Kind: Interface
Source: atloria-monorepo/packages/editor/src/plugins/codeblock/CodeBlockNode.tsx
Properties
| Property | Type |
|---|---|
setCode | (code: string) => void |
setLanguage | (language: string) => void |
setMeta | (meta: string) => void |
lexicalNode | CodeBlockNode |
parentEditor | LexicalEditor |
Was this page helpful?