Properties
Optional canBeCollapsed
Optional canDelete
Optional canDrop
canDrop?: ((dataSource, e, callerControl?) => boolean)
Type declaration
- (dataSource, e, callerControl?): boolean
Parameters
- dataSource: any
- e: any
Optional callerControl: Control
Returns boolean
Optional canReorderItemsInView
Optional canReorderNodes
Optional canSaveNewOrder
canSaveNewOrder?: boolean
Optional checkboxRule
checkboxRule?: (() => string)
Optional collapseSupport
collapseSupport?: boolean
Optional defaultColumnSort
defaultColumnSort?: string
Optional defaultPosition
defaultPosition?: number
Optional deleteItems
deleteItems?: ((nodes, permanent?) => void)
Type declaration
- (nodes, permanent?): void
Parameters
- nodes: any
Optional permanent: boolean
Returns void
Optional deleteText
deleteText?: ((node) => string)
Type declaration
- (node): string
Returns string
Optional drop
drop?: ((dataSource, e, index?) => void)
Type declaration
- (dataSource, e, index?): void
Parameters
- dataSource: any
- e: any
Optional index: any
Returns void
Optional filterSupport
filterSupport?: boolean
Optional forbiddenAutoSearch
forbiddenAutoSearch?: boolean
Optional formatStatus
formatStatus?: ((data) => string)
Type declaration
- (data): string
Returns string
Optional getChildren
getChildren?: ((node) => Promise<void>)
Type declaration
- (node): Promise<void>
Returns Promise<void>
Optional getDataSource
getDataSource?: (() => any)
Optional getDefaultColumns
getDefaultColumns?: ((col) => string[])
Type declaration
- (col): string[]
Returns string[]
Optional getDropMode
getDropMode?: ((dataSource,
e) => DropMode) Optional getStateRootKey
getStateRootKey?: ((coll?) => string)
Type declaration
- (coll?): string
Returns string
Optional getViewDataSource
getViewDataSource?: ((view, dataSourceType) => any)
Type declaration
- (view, dataSourceType): any
Returns any
Optional hasChildren
hasChildren?: ((node) => boolean)
Type declaration
- (node): boolean
Returns boolean
Optional hasTreeChildren
hasTreeChildren?: ((node) => boolean)
Type declaration
- (node): boolean
Returns boolean
Optional helpContext
Optional hiddenSubViews
hiddenSubViews?: string[]
Optional hideCheckbox
Optional hideDefaultMenu
Optional hidePropertiesMenu
hidePropertiesMenu?: boolean
Optional hideTracklistMenu
hideTracklistMenu?: boolean
Optional highlightSupported
highlightSupported?: boolean
icon
Optional includeSubfoldersSupport
includeSubfoldersSupport?: boolean
Optional isFolderType
isFolderType?: boolean
Optional isNavbarExpandable
isNavbarExpandable?: boolean
Optional isPlaylistType
isPlaylistType?: boolean
Optional itemsInViewReordered
itemsInViewReordered?: ((dataSource, e) => void)
Type declaration
- (dataSource, e): void
Returns void
Optional menu
Optional menuAddons
multiselect
Optional onCollapsed
onCollapsed?: ((node) => void)
Optional onExpanded
onExpanded?: ((node) => void)
Optional orderColumnSupport
orderColumnSupport?: boolean
Optional organizedPathColumnSupported
organizedPathColumnSupported?: boolean
Optional preferGlobalSearch
preferGlobalSearch?: boolean
Optional readOnlyContent
readOnlyContent?: boolean
Optional reorderOnly
Optional setTitle
setTitle?: ((node, title) => void)
Type declaration
- (node, title): void
Returns void
Optional sortNodesAndVisibility
sortNodesAndVisibility?: ((node) => void)
Optional storeColumnsSupported
Optional storeStateKey
storeStateKey?: string
title
Optional toolbarActions
Optional tooltip
viewAs
Optional virtualChildrenSupport
Undocumented