Kind: Type
Source: atloria-monorepo/packages/editor/src/plugins/core/index.ts
A function that subscribes to Lexical editor updates or events, and retursns an unsubscribe function.
Definition
ts(activeEditor: LexicalEditor) => () => void
Kind: Type
Source: atloria-monorepo/packages/editor/src/plugins/core/index.ts
A function that subscribes to Lexical editor updates or events, and retursns an unsubscribe function.
ts(activeEditor: LexicalEditor) => () => void
Was this page helpful?