archetypeNodeData property
Object?
get
archetypeNodeData
Gets or sets a data object that will be copied and added to the diagram's model each time this tool executes. The default value is null. The value must be non-null for this tool to be able to run. Setting this property does not raise any events.
Implementation
_i2.Object? get archetypeNodeData => _i4.getProperty(
this,
'archetypeNodeData',
);
set
archetypeNodeData
(Object? value)
Implementation
set archetypeNodeData(_i2.Object? value) {
_i4.setProperty(
this,
'archetypeNodeData',
value ?? _i5.undefined,
);
}