Global¶
Global is a type of constant definition, that can be accessed anywhere in the app. It's useful for storing shared
hard-coded value.
Global Properties¶
| Property | Type | Required |
|---|---|---|
| Value | multiple | Yes |
| _Type | enum |
Yes |
Value¶
- type: multiple
Either one of:
booleannumberstring
_Type¶
- type:
enum
The value of this property must be one of the known values listed below.
_Type Known Values¶
| Value | Description |
|---|---|
Boolean |
|
boolean |
|
Number |
|
number |
|
String |
|
string |