NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
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>