pickList info

interface PickList {
    controlField: string;
    description: string;
    id: string;
    isBaseline: boolean;
    isColorable: boolean;
    isGlobal: boolean;
    isRestricted: boolean;
    isSorted: boolean;
    masterLabel: string;
    name: string;
    picklistValues: Value[];
}

Properties

controlField: string

controlField of the pickList

description: string

description of the pickList

id: string

id of the pickList

isBaseline: boolean

isBaseline of the pickList

isColorable: boolean

is Global of the pickList

isGlobal: boolean

is Global of the pickList

isRestricted: boolean

is Restricted of the pickList?

isSorted: boolean

is Sorted of the pickList?

masterLabel: string

masterLabel of the pickList

name: string

name of the pickList

picklistValues: Value[]

picklistValues of the pickList