A public interface for controlling the UI of the Creative Editor SDK
Constructors#
Constructor#
UserInterfaceAPI
UserInterfaceAPIMethods#
setGlobalStateValue()#
| Type Parameter |
| ------ |
| T |
T |Parameters#
| Parameter | Type |
|---|---|
id | string |
value | T |
Returns#
void
Signature#
setGlobalStateValue(id: string, value: T): voidgetGlobalStateValue()#
| Type Parameter |
| ------ |
| T |
T |Parameters#
| Parameter | Type |
|---|---|
id | string |
defaultValue? | T |
Returns#
T
Signature#
getGlobalStateValue(id: string, defaultValue?: T): T