@servicenow/sdk - v4.9.0
    Preparing search index...

    Base properties for a dynamic data schema field definition.

    type DynamicDataSchemaFieldBase = {
        defaultValue?: string | boolean | number;
        hint?: string;
        label?: string;
        mandatory?: boolean;
        name: string;
    }
    Index

    Properties

    defaultValue?: string | boolean | number

    Default value pre-filled in the wizard.

    hint?: string

    Help text shown below the field.

    label?: string

    Human-readable label displayed in the wizard form.

    mandatory?: boolean

    Whether the field must be filled before the wizard can proceed.

    false
    
    name: string

    Field name identifier.