Class: NodesSettings
Constructors
constructor
• new NodesSettings()
Accessors
gridSnap
• get
gridSnap(): null
| Point
Returns
null
| Point
visualComponents
• get
visualComponents(): VisualComponents
<INodeComponentSettings
, INodeVisualComponentProps
<INodeComponentSettings
>>
Returns
VisualComponents
<INodeComponentSettings
, INodeVisualComponentProps
<INodeComponentSettings
>>
Methods
import
▸ import(obj?
): void
Parameters
Name | Type |
---|---|
obj? | INodesSettings |
Returns
void
setGridSnap
▸ setGridSnap(gridSnap?
): void
Parameters
Name | Type |
---|---|
gridSnap? | number | Point |
Returns
void