Skip to main content

ISchemaField

@spartanfx/react v1.2.2


@spartanfx/react / index / ISchemaField

Interface: ISchemaField

Maps external data fields to internal planner properties.

Properties

Required

PropertyTypeDescription
fieldNamestringName of the field within the raw item.

Events & callbacks

PropertyTypeDescription
onGetData?(item, fieldName) => unknownOptional transform function for extracting the desired value.