TypedAttributeUpdater
Defined in: inspector-runtime-types.ts:155
Describe typed update helpers for manifest-backed block attributes.
Type Parameters
Section titled “Type Parameters”T extends object
Properties
Section titled “Properties”updateAttribute
Section titled “updateAttribute”updateAttribute: <
K>(key,value) =>boolean
Defined in: inspector-runtime-types.ts:156
Type Parameters
Section titled “Type Parameters”K extends string | number | symbol
Parameters
Section titled “Parameters”K
T[K]
Returns
Section titled “Returns”boolean
updateField
Section titled “updateField”updateField: <
K>(path,value) =>boolean
Defined in: inspector-runtime-types.ts:157
Type Parameters
Section titled “Type Parameters”K extends string | number | symbol
Parameters
Section titled “Parameters”string | K
unknown
Returns
Section titled “Returns”boolean
updatePath
Section titled “updatePath”updatePath: (
path,value) =>boolean
Defined in: inspector-runtime-types.ts:158
Parameters
Section titled “Parameters”string
unknown
Returns
Section titled “Returns”boolean