ISchemaField
@spartanfx/react / ISchemaField
Interface: ISchemaField
Maps external data fields to internal planner properties.
Properties
| Property | Type | Description |
|---|---|---|
fieldName | string | Name of the field within the raw item. |
onGetData? | (item, fieldName) => unknown | Optional transform function for extracting the desired value. |