OptionalBadgeOptional field for badge/count display
OptionalCacheWhether to cache results locally (default: true)
OptionalDefaultStatic icon for all leaves (default: 'fa-solid fa-file')
OptionalDescriptionOptional field to show as secondary text/description
OptionalDisplayField to display as node label (default: 'Name')
Entity name for leaf nodes (e.g., 'Queries')
OptionalExtraOptional extra filter for RunView
OptionalIconField name for node icon (dynamic per-node)
OptionalIDPrimary key field (default: 'ID')
OptionalJunctionOptional M2M junction configuration for indirect parent relationships. When specified, leaves are parented to branches based on junction table lookups instead of using the direct ParentField.
OptionalOrderOptional order by clause (default: 'Name ASC')
Field that links to parent branch (e.g., 'CategoryID'). Leave empty string if using JunctionConfig for M2M relationships.
Configuration for the tree's leaf entity (optional). Leaf nodes are the selectable items within branch nodes.