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