Skip to content

TypedAttributeUpdater

Defined in: inspector-runtime-types.ts:155

Describe typed update helpers for manifest-backed block attributes.

T extends object

updateAttribute: <K>(key, value) => boolean

Defined in: inspector-runtime-types.ts:156

K extends string | number | symbol

K

T[K]

boolean


updateField: <K>(path, value) => boolean

Defined in: inspector-runtime-types.ts:157

K extends string | number | symbol

string | K

unknown

boolean


updatePath: (path, value) => boolean

Defined in: inspector-runtime-types.ts:158

string

unknown

boolean