Mail818 SDK - v0.2.2
    Preparing search index...

    Interface FieldDefinition

    interface FieldDefinition {
        defaultValue?: unknown;
        helpText?: string;
        key: string;
        label: string;
        placeholder?: string;
        required: boolean;
        type: FieldType;
        validation?: FieldValidation;
    }
    Index

    Properties

    defaultValue?: unknown
    helpText?: string
    key: string
    label: string
    placeholder?: string
    required: boolean
    type: FieldType
    validation?: FieldValidation