Command
Type:
Accepted Values: 'separator' | 'exportSvg' | 'exportPng' | 'exportJpg' | 'undo' | 'redo' | 'cut' | 'copy' | 'paste' | 'selectAll' | 'delete' | 'fontName' | 'fontSize' | 'bold' | 'italic' | 'underline' | 'fontColor' | 'lineStyle' | 'lineWidth' | 'lineColor' | 'fillColor' | 'textAlignLeft' | 'textAlignCenter' | 'textAlignRight' | 'lock' | 'unlock' | 'sendToBack' | 'bringToFront' | 'insertShapeImage' | 'editShapeImage' | 'deleteShapeImage' | 'connectorLineType' | 'connectorLineStart' | 'connectorLineEnd' | 'layoutTreeTopToBottom' | 'layoutTreeBottomToTop' | 'layoutTreeLeftToRight' | 'layoutTreeRightToLeft' | 'layoutLayeredTopToBottom' | 'layoutLayeredBottomToTop' | 'layoutLayeredLeftToRight' | 'layoutLayeredRightToLeft' | 'fullScreen' | 'zoomLevel' | 'showGrid' | 'snapToGrid' | 'gridSize' | 'units' | 'pageSize' | 'pageOrientation' | 'pageColor' | 'simpleView' | 'toolbox'
Used in:
- Diagram - Interfaces - CustomCommand - items
- Diagram - Interfaces - CustomCommand - name
- Diagram - contextMenu - commands
- Diagram - historyToolbar - commands
- Diagram - mainToolbar - commands
- Diagram - propertiesPanel - tabs - commands
- Diagram - propertiesPanel - tabs - groups - commands
- Diagram - viewToolbar - commands
ContentReadyEvent
The type of the contentReady event handler's argument.
import { ContentReadyEvent } from "devextreme/ui/diagram"
Type:
Used in:
CustomCommandEvent
The type of the customCommand event handler's argument.
import { CustomCommandEvent } from "devextreme/ui/diagram"
Type:
Used in:
DisposingEvent
The type of the disposing event handler's argument.
import { DisposingEvent } from "devextreme/ui/diagram"
Type:
Used in:
InitializedEvent
The type of the initialized event handler's argument.
import { InitializedEvent } from "devextreme/ui/diagram"
Type:
Used in:
ItemClickEvent
The type of the itemClick event handler's argument.
import { ItemClickEvent } from "devextreme/ui/diagram"
Type:
Used in:
ItemDblClickEvent
The type of the itemDblClick event handler's argument.
import { ItemDblClickEvent } from "devextreme/ui/diagram"
Type:
Used in:
ModelOperation
Type:
Accepted Values: 'addShape' | 'addShapeFromToolbox' | 'deleteShape' | 'deleteConnector' | 'changeConnection' | 'changeConnectorPoints' | 'beforeChangeShapeText' | 'changeShapeText' | 'beforeChangeConnectorText' | 'changeConnectorText' | 'resizeShape' | 'moveShape'
OptionChangedEvent
The type of the optionChanged event handler's argument.
import { OptionChangedEvent } from "devextreme/ui/diagram"
Type:
Used in:
RequestEditOperationEvent
The type of the requestEditOperation event handler's argument.
import { RequestEditOperationEvent } from "devextreme/ui/diagram"
Type:
Used in:
RequestEditOperationReason
Type:
Accepted Values: 'checkUIElementAvailability' | 'modelModification'
RequestLayoutUpdateEvent
The type of the requestLayoutUpdate event handler's argument.
import { RequestLayoutUpdateEvent } from "devextreme/ui/diagram"
Type:
Used in:
SelectionChangedEvent
The type of the selectionChanged event handler's argument.
import { SelectionChangedEvent } from "devextreme/ui/diagram"
Type:
Used in:
ShapeType
Type:
Accepted Values: 'text' | 'rectangle' | 'ellipse' | 'cross' | 'triangle' | 'diamond' | 'heart' | 'pentagon' | 'hexagon' | 'octagon' | 'star' | 'arrowLeft' | 'arrowTop' | 'arrowRight' | 'arrowBottom' | 'arrowNorthSouth' | 'arrowEastWest' | 'process' | 'decision' | 'terminator' | 'predefinedProcess' | 'document' | 'multipleDocuments' | 'manualInput' | 'preparation' | 'data' | 'database' | 'hardDisk' | 'internalStorage' | 'paperTape' | 'manualOperation' | 'delay' | 'storedData' | 'display' | 'merge' | 'connector' | 'or' | 'summingJunction' | 'verticalContainer' | 'horizontalContainer' | 'cardWithImageOnLeft' | 'cardWithImageOnTop' | 'cardWithImageOnRight'
Feedback