Sign up (with export icon)

ModelNodeAttributes

Api-typedef icontypedef

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.

Value

Record<string, unknown> | Iterable<tuple>