constructor Method
Creates an instance of Field.
Field(category: CategoryDescription, name: string, label: string, type: TypeDescription, isReadonly: boolean, priority: number, editor?: EditorDescription, renderer?: RendererDescription, extendedData?: { T }): Field
Parameter | Type | Description |
---|---|---|
category | CategoryDescription | Category information |
name | string | Unique name |
label | string | Display label |
type | TypeDescription | Description of this field's values data type |
isReadonly | boolean | Are values in this field read-only |
priority | number | Priority of the field |
editor | EditorDescription | Property editor used to edit values of this field |
renderer | RendererDescription | Property renderer used to render values of this field |
extendedData | { T } | Extended data associated with this field |
Returns - Field
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.