Module: @lexical/react/LexicalHorizontalRuleNode
Classes
Type Aliases
SerializedHorizontalRuleNode
Ƭ SerializedHorizontalRuleNode: SerializedLexicalNode
Defined in
packages/lexical-react/src/LexicalHorizontalRuleNode.tsx:42
Variables
INSERT_HORIZONTAL_RULE_COMMAND
• Const
INSERT_HORIZONTAL_RULE_COMMAND: LexicalCommand
<void
>
Defined in
packages/lexical-react/src/LexicalHorizontalRuleNode.tsx:44
Functions
$createHorizontalRuleNode
▸ $createHorizontalRuleNode(): HorizontalRuleNode
Returns
Defined in
packages/lexical-react/src/LexicalHorizontalRuleNode.tsx:177
$isHorizontalRuleNode
▸ $isHorizontalRuleNode(node
): node is HorizontalRuleNode
Parameters
Name | Type |
---|---|
node | undefined | null | LexicalNode |
Returns
node is HorizontalRuleNode
Defined in
packages/lexical-react/src/LexicalHorizontalRuleNode.tsx:181