Type Editor / @type-editor/tables / types/MutableAttrs / MutableAttrs
Type Alias: MutableAttrs
ts
type MutableAttrs = Record<string, unknown>;Defined in: tables/src/types/MutableAttrs.ts:5
A record type for mutable node attributes. Used when building or modifying attribute objects dynamically.