Kind: Function
Source: atloria-monorepo/packages/editor/src/utils/lexicalHelpers.ts
Fetches a value from the Lexical editor read cycle.
Signature
tsfunction fromWithinEditorRead(editor: LexicalEditor, fn: () => T): T
Parameters
| Name | Type |
|---|---|
editor | LexicalEditor |
fn | () => T |
Returns: T
Was this page helpful?