@servicenow/sdk - v4.7.0
    Preparing search index...
    type WidgetOptionBase = {
        defaultValue?: string | boolean | number;
        hint?: string;
        label: string;
        name: string;
        section: WidgetOptionSection;
        type: WidgetOptionType;
    }
    Index

    Properties

    defaultValue?: string | boolean | number
    hint?: string
    label: string
    name: string