Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

    Hierarchy

    • TextEditorOptions

    Index

    Properties

    target: string

    The named target data element

    button: boolean

    Include a button used to activate the editor later?

    class: string

    A specific CSS class to add to the editor container

    editable: boolean

    Is the text editor area currently editable?

    engine: string

    The editor engine to use, see .

    collaborate: boolean

    Whether to turn on collaborative editing features for ProseMirror.

    The below options are deprecated since v10 and should be avoided.

    owner: boolean

    Is the current user an owner of the data?

    documents: boolean

    Replace dynamic document links?

    rollData: any

    The data object providing context for inline rolls

    content: string

    The original HTML content as a string