Type alias ProvideEditorComponent<T>
Provide
Editor
Component
<T>: React.FunctionComponent<{ forceEditMode
: boolean; imageEditorOverride
?: ImageEditorType; initialValue
?: string; isHighlighted
: boolean; isValid
?: boolean; markdownDivCreateNode
?: ((content
: string) => DocumentFragment); onChange
: ((newValue
: T) => void); onFinishedEditing
: ((newValue
?: T) => void); target
: Rectangle; validatedSelection
?: SelectionRange; value
: T }>
Type Parameters