Interface: TreeItemActions
Hierarchy
TreeItemActions
Properties
addToSelectedItems
• addToSelectedItems: () => void
Type declaration
▸ (): void
Returns
void
Defined in
collapseItem
• collapseItem: () => void
Type declaration
▸ (): void
Returns
void
Defined in
expandItem
• expandItem: () => void
Type declaration
▸ (): void
Returns
void
Defined in
focusItem
• focusItem: (setDomFocus?
: boolean
) => void
Type declaration
▸ (setDomFocus?
): void
Parameters
Name | Type | Description |
---|---|---|
setDomFocus? | boolean | Defaults to true. |
Returns
void
Defined in
primaryAction
• primaryAction: () => void
Type declaration
▸ (): void
Returns
void
Defined in
selectItem
• selectItem: () => void
Type declaration
▸ (): void
Returns
void
Defined in
selectUpTo
• selectUpTo: (overrideOldSelection?
: boolean
) => void
Type declaration
▸ (overrideOldSelection?
): void
Parameters
Name | Type |
---|---|
overrideOldSelection? | boolean |
Returns
void
Defined in
startDragging
• startDragging: () => void
Type declaration
▸ (): void
Returns
void
Defined in
startRenamingItem
• startRenamingItem: () => void
Type declaration
▸ (): void
Returns
void
Defined in
stopRenamingItem
• stopRenamingItem: () => void
Type declaration
▸ (): void
Returns
void
Defined in
toggleExpandedState
• toggleExpandedState: () => void
Type declaration
▸ (): void
Returns
void
Defined in
unselectItem
• unselectItem: () => void
Type declaration
▸ (): void
Returns
void