Buckets:
| /** | |
| * Parameter source - indicates whether a parameter uses default or custom value | |
| */ | |
| export enum ParameterSource { | |
| DEFAULT = 'default', | |
| CUSTOM = 'custom' | |
| } | |
| /** | |
| * Syncable parameter type - data types for parameters that can be synced with server | |
| */ | |
| export enum SyncableParameterType { | |
| NUMBER = 'number', | |
| STRING = 'string', | |
| BOOLEAN = 'boolean' | |
| } | |
| /** | |
| * Settings field type - defines the input type for settings fields | |
| */ | |
| export enum SettingsFieldType { | |
| INPUT = 'input', | |
| TEXTAREA = 'textarea', | |
| CHECKBOX = 'checkbox', | |
| SELECT = 'select' | |
| } | |
Xet Storage Details
- Size:
- 552 Bytes
- Xet hash:
- b2dae1c8cb3d7348efd4f9a4dbfcebefd6287bd7230e5205644a8ec92ee0ae98
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.