constructor Method
StructPropertiesField(props)
Creates an instance of StructPropertiesField.
StructPropertiesField(props: StructPropertiesFieldProps): StructPropertiesField
| Parameter | Type | Description |
|---|---|---|
| props | StructPropertiesFieldProps |
Returns - StructPropertiesField
StructPropertiesField(category, name, label, type, memberFields, isReadonly, priority, properties, editor?, renderer?)
Deprecated in 5.0 - will not be removed until after 2026-06-13. Use an overload with StructPropertiesFieldProps instead.
Creates an instance of StructPropertiesField.
StructPropertiesField(category: CategoryDescription, name: string, label: string, type: TypeDescription, memberFields: PropertiesField[], isReadonly: boolean, priority: number, properties: Property[], editor?: EditorDescription, renderer?: RendererDescription): StructPropertiesField
| Parameter | Type | Description |
|---|---|---|
| category | CategoryDescription | |
| name | string | |
| label | string | |
| type | TypeDescription | |
| memberFields | PropertiesField[] | |
| isReadonly | boolean | |
| priority | number | |
| properties | Property[] | |
| editor | EditorDescription | |
| renderer | RendererDescription |
Returns - StructPropertiesField
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.