Module: @lexical/react/LexicalContentEditable
Type Aliases
Props
Ƭ Props: { ariaActiveDescendant?
: React.AriaAttributes
["aria-activedescendant"
] ; ariaAutoComplete?
: React.AriaAttributes
["aria-autocomplete"
] ; ariaControls?
: React.AriaAttributes
["aria-controls"
] ; ariaDescribedBy?
: React.AriaAttributes
["aria-describedby"
] ; ariaExpanded?
: React.AriaAttributes
["aria-expanded"
] ; ariaLabel?
: React.AriaAttributes
["aria-label"
] ; ariaLabelledBy?
: React.AriaAttributes
["aria-labelledby"
] ; ariaMultiline?
: React.AriaAttributes
["aria-multiline"
] ; ariaOwns?
: React.AriaAttributes
["aria-owns"
] ; ariaRequired?
: React.AriaAttributes
["aria-required"
] ; autoCapitalize?
: HTMLDivElement
["autocapitalize"
] ; data-testid?
: string
| null
} & React.AllHTMLAttributes
<HTMLDivElement
>
Defined in
packages/lexical-react/src/LexicalContentEditable.tsx:14
Functions
ContentEditable
▸ ContentEditable(«destructured»
): JSX.Element
Parameters
Name | Type |
---|---|
«destructured» | Props |
Returns
JSX.Element