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

    Type Alias FormElementBase

    FormElementBase: _FormElementBase & FormElementHint & {
        label: string;
        name: string;
    }

    Type declaration

    • label: string

      Display text presented to the user above the input by default.

    • name: string

      The key that will be assigned a value in the submission data when the form is submitted.