Rich TextBox Props

Hierarchy

  • IRichTextBoxProps

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

className?: string

The class name to apply to the element.

disabled?: boolean

True to disable the date/time plugin

el?: HTMLElement

The element to render the form to.

label?: string

The date/time label.

The quill options.

placeholder?: string

The placeholder text.

rows?: number

The # of rows to display.

toolbarType?: number

The type of toolbar to display.

value?: string

The date/time value.

Generated using TypeDoc