Home > @uniformdev/canvas > isNestedNodeType

isNestedNodeType() function

Any types which hold an array of nodes and therefore should be iterated over as child nodes

Signature:

declare function isNestedNodeType(type: string): type is "$block";

Parameters

ParameterTypeDescription
typestring

Returns:

type is "$block"