vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface PicklistEntry

    interface PicklistEntry {
        active: boolean;
        defaultValue: boolean;
        label: string;
        validFor?: string;
        value: string;
    }
    Index

    Properties

    active: boolean
    defaultValue: boolean
    label: string
    validFor?: string
    value: string