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

Props type alias for associated component.

Type declaration

  • Optionalcontent?: string
  • OptionalenrichedContent?: string
  • Optionaloptions?: TJSTinyMCEOptions

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