Props type alias for associated component.

type Props = {
    content?: string;
    enrichedContent?: string;
    options?: TJSContentEditOptions;
}
Index

Properties

content?: string
enrichedContent?: string

Provides the options object that can be reactively updated. See documentation above.