Properties
Optional autoExpandOnSelect
autoExpandOnSelect: boolean
Optional checkable
checkable: boolean
Optional commonStyle
commonStyle: CSSProperties
Optional dataType
dataType: "tree" | "plain"
Optional disabledCheckedKeys
Optional expandAll
expandAll: boolean
Optional foldable
foldable: boolean
Optional isRoot
isRoot: function
Type declaration
-
-
Parameters
Returns boolean
Optional loadMore
loadMore: function
Type declaration
-
-
Parameters
Returns Promise<any>
Optional onCheck
onCheck: function
Optional onExpand
onExpand: function
Optional onSelect
onSelect: function
Type declaration
-
- (data: ITreeData, target: HTMLSpanElement): void
Optional prefix
prefix: string
Optional render
render: function
Type declaration
-
- (data: ITreeData, isExpanded?: boolean): React.ReactNode
-
Parameters
-
-
Optional isExpanded: boolean
Returns React.ReactNode
Optional size
size: "medium" | "small" | "large"