DeserializerRule
Defined in: block-tools/src/types.ts:89
Properties
Section titled “Properties”deserialize()
Section titled “deserialize()”deserialize: (
el
,next
,createBlock
) =>undefined
|TypedObject
|TypedObject
[]
Defined in: block-tools/src/types.ts:90
Parameters
Section titled “Parameters”Node
(elements
) => undefined
| TypedObject
| TypedObject
[]
createBlock
Section titled “createBlock”(props
) => object
Returns
Section titled “Returns”undefined
| TypedObject
| TypedObject
[]