IUseCASharePointTreeViewConfig
@spartanfx/react / codeapps / IUseCASharePointTreeViewConfig
Type Alias: IUseCASharePointTreeViewConfig
type IUseCASharePointTreeViewConfig = ICATreeViewBaseConfig;
Configuration for useCASharePointTreeView.
mode: 'parentId' for a SharePoint list with a self-lookup column;
mode: 'path' for a document library (map fieldMapping.path to the
library's path column, e.g. the generated FullPath/FileRef field).