Implements

Constructors

  • No longer use 'new' to create, but use create instead.

    Parameters

    Returns FormWidget

    const formWidget = await FormWidget.create();
    

Properties

options: Options

Methods

  • Gets the field type of the form widget.

    Returns Promise<number>

    • The field type of the form widget.
  • Resets the appearance of the form widget and clears all cached appearances.

    Parameters

    • value: string

      The value to set.

    • valueChanged: boolean

      If the value changed.

    • resetRV: boolean

      If need to reset “RV” dictionary.

    Returns Promise<void>

  • No longer use 'new' to create, but use create instead.

    Parameters

    Returns Promise<FormWidgetType>

    Create a FormWidget instance

    const formWidget = await FormWidget.create();