Kind: Function
Source: atloria-monorepo/packages/editor/src/plugins/table/TableNode.tsx
Signature
tsfunction $isTableNode(node: LexicalNode | null | undefined): node is TableNode
Parameters
| Name | Type |
|---|---|
node | `LexicalNode |
Returns: node is TableNode
Was this page helpful?