Interface: ICallbacks
Methods
onDrag
▸ Optional onDrag(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnDrag |
rootStore | RootStore |
Returns
void
onDragEnded
▸ Optional onDragEnded(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnDragEnded |
rootStore | RootStore |
Returns
void
onDragStarted
▸ Optional onDragStarted(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnDragStarted |
rootStore | RootStore |
Returns
void
onImportedStateRendered
▸ Optional onImportedStateRendered(rootStore): void
Parameters
| Name | Type |
|---|---|
rootStore | RootStore |
Returns
void
onLinkValidation
▸ Optional onLinkValidation(info, rootStore): boolean
Parameters
| Name | Type |
|---|---|
info | OnLinkValidation |
rootStore | RootStore |
Returns
boolean
onLinkingEnded
▸ Optional onLinkingEnded(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnLinkingEnded |
rootStore | RootStore |
Returns
void
onLinkingStarted
▸ Optional onLinkingStarted(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnLinkingStarted |
rootStore | RootStore |
Returns
void
onLinksAddResult
▸ Optional onLinksAddResult(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnLinksAddResult |
rootStore | RootStore |
Returns
void
onLinksRemoveResult
▸ Optional onLinksRemoveResult(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnLinksRemoveResult |
rootStore | RootStore |
Returns
void
onNodeDataChanged
▸ Optional onNodeDataChanged(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnNodeDataChanged |
rootStore | RootStore |
Returns
void
onNodeIsDragEnabledChanged
▸ Optional onNodeIsDragEnabledChanged(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnNodeIsDragEnabledChanged |
rootStore | RootStore |
Returns
void
onNodeIsSelectionEnabledChanged
▸ Optional onNodeIsSelectionEnabledChanged(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnNodeIsSelectionEnabledChanged |
rootStore | RootStore |
Returns
void
onNodeLabelChanged
▸ Optional onNodeLabelChanged(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnNodeLabelChanged |
rootStore | RootStore |
Returns
void
onNodePositionChanged
▸ Optional onNodePositionChanged(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnNodePositionChanged |
rootStore | RootStore |
Returns
void
onNodeTypeChanged
▸ Optional onNodeTypeChanged(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnNodeTypeChanged |
rootStore | RootStore |
Returns
void
onNodesAddResult
▸ Optional onNodesAddResult(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnNodesAddResult |
rootStore | RootStore |
Returns
void
onNodesRemoveResult
▸ Optional onNodesRemoveResult(info, rootStore): void
Parameters
| Name | Type |
|---|---|
info | OnNodesRemoveResult |
rootStore | RootStore |
Returns
void