Home > @uniformdev/richtext > isRichTextNodeType

isRichTextNodeType() function

Signature:

declare function isRichTextNodeType(node: unknown, type: 'paragraph'): node is ParagraphNode;

Parameters

ParameterTypeDescription
nodeunknown
type'paragraph'

Returns:

node is ParagraphNode