Home > @uniformdev/richtext > isRichTextNodeType

isRichTextNodeType() function

Signature:

declare function isRichTextNodeType(node: unknown, type: string): node is RichTextNode;

Parameters

ParameterTypeDescription
nodeunknown
typestring

Returns:

node is RichTextNode