@mapgear/geoapps > EditableAttributeType
EditableAttributeType enum
Editable attribute types for the edit attributes form
Signature:export declare enum EditableAttributeType
Enumeration Members
Member | Value | Description |
---|---|---|
Double | 4 | Double |
Dropdown | 1 | Dropdown |
FileUpload | 2 | File upload |
Integer | 3 | Integer |
Static | 999 | Static |
TextField | 0 | Textfield |