Props: {
    content?: string;
    enrichedContent?: string;
    options?: TJSContentEditOptions;
}

Props type alias for associated component.

Type declaration

  • Optionalcontent?: string
  • OptionalenrichedContent?: string
  • Optionaloptions?: TJSContentEditOptions

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