RankedDropdownValue: {
    color: number;
    id: number;
    rank: number;
    text: string;
}

Type declaration

  • color: number

    The color associated with the value.

  • id: number

    The unique identifier of the value.

  • rank: number

    The rank of the value.

  • text: string

    Represents the field's value.