ModelNodeAttributes
Value
Record<string, unknown> | Iterable<tuple>
Represents a set of model node attributes, accepted as either a plain object with string keys or an iterable of [ key, value ] pairs (e.g., a Map).
See toMap for more details and examples.
Record<string, unknown> | Iterable<tuple>