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

    Type Alias FormElementRequired

    FormElementRequired: FormElementBase & {
        required: boolean;
        requiredMessage?: string;
    }

    Type declaration

    • required: boolean

      Determine if this input requires a value entered by the user (true) or not (false).

    • OptionalrequiredMessage?: string

      The validation message to display if this input requires a value entered by the user.