Skip to main content

ICATreeViewFieldMapping

@spartanfx/react v1.2.2


@spartanfx/react / codeapps / ICATreeViewFieldMapping

Interface: ICATreeViewFieldMapping

Field mapping from TreeView fields to data-source column names.

Properties

Required

PropertyTypeDescription
idstringPrimary key column.
labelstringDisplay label column.

Options

PropertyTypeDescription
parentId?stringParent reference column for 'parentId' mode. For a Dataverse self-lookup this is the lookup's logical name (the adapter also reads the raw _<name>_value GUID); for a SharePoint list it is the lookup field name.
path?stringPath column for 'path' mode.