Version: 2022.3
言語: 日本語

Capabilities

enumeration

マニュアルに切り替える

説明

Capabilities used by Manipulators to easily determine valid actions on a GraphElement.

変数

SelectableThe GraphElement is selectable.
CollapsibleThe GraphElement can be collapsed.
ResizableThe GraphElement is resizable.
MovableThe GraphElement is movable.
DeletableThe GraphElement can be deleted.
DroppableThe GraphElement can be dragged and dropped (using the Drag&Drop events).
AscendableThe GraphElement will be brought to the front of its layer when it is selected.
RenamableThe GraphElement is renamable.
CopiableThe GraphElement can be copied.
SnappableWhen Graph Snapping is enabled in Preferences, other GraphElements align with this GraphElement when the user drags them.
GroupableThe GraphElement can be grouped.
StackableThe GraphElement can be placed in StackNode containers.