Kind: Interface
Source: atloria-monorepo/packages/editor/src/MDXEditor.tsx
Properties
| Property | Type |
|---|---|
getMarkdown | () => string |
setMarkdown | (value: string) => void |
insertMarkdown | (value: string) => void |
focus | `( |
callbackFn?: (() => void) | undefined, opts?: { defaultSelection?: 'rootStart' | 'rootEnd' preventScroll?: boolean }
) => void| |getContentEditableHTML|() => string| |getSelectionMarkdown|() => string` |
Was this page helpful?