Winter Cardinal UI - v0.457.0 / DTreeDataOptions
| Name | Type |
|---|---|
NODE |
extends DTreeNode |
DTreeNodeAccessorOptions<NODE>
↳ DTreeDataOptions
• Optional newChildren: (node: NODE) => undefined | null | NODE[]
▸ (node): undefined | null | NODE[]
| Name | Type |
|---|---|
node |
NODE |
undefined | null | NODE[]
DTreeNodeAccessorOptions.newChildren
src/main/typescript/wcardinal/ui/d-tree-node-accessor.ts:14
• Optional nodes: NODE[]
src/main/typescript/wcardinal/ui/d-tree-data.ts:13
• Optional reverse: boolean
True to list up nodes in the given node array in the reverse order.
src/main/typescript/wcardinal/ui/d-tree-data.ts:23
• Optional selection: DTreeDataSelectionOptions<NODE, any>
Selection options.
src/main/typescript/wcardinal/ui/d-tree-data.ts:18
• Optional toChildren: (node: NODE) => undefined | null | NODE[]
▸ (node): undefined | null | NODE[]
| Name | Type |
|---|---|
node |
NODE |
undefined | null | NODE[]
DTreeNodeAccessorOptions.toChildren
src/main/typescript/wcardinal/ui/d-tree-node-accessor.ts:13
• Optional toImage: (node: NODE) => undefined | null | DisplayObject | Texture
▸ (node): undefined | null | DisplayObject | Texture
| Name | Type |
|---|---|
node |
NODE |
undefined | null | DisplayObject | Texture
DTreeNodeAccessorOptions.toImage
src/main/typescript/wcardinal/ui/d-tree-node-accessor.ts:12
• Optional toLabel: (node: NODE) => undefined | string
▸ (node): undefined | string
| Name | Type |
|---|---|
node |
NODE |
undefined | string
DTreeNodeAccessorOptions.toLabel
src/main/typescript/wcardinal/ui/d-tree-node-accessor.ts:10
• Optional toTitle: (node: NODE) => undefined | string
▸ (node): undefined | string
| Name | Type |
|---|---|
node |
NODE |
undefined | string
DTreeNodeAccessorOptions.toTitle