@oneblink/sdk-core
    Preparing search index...

    Type Alias HtmlElement

    HtmlElement: FormElementBase & { defaultValue: string; type: "html" }

    Type declaration

    • defaultValue: string

      This value should be valid HTML. It will be displayed to users when completing the form. The label property will not be displayed on the form.

    • type: "html"