AdvancedSelectOption: {
    id: number;
    label: string;
    weight: number;
}

Structured select options keep the UI option ID separate from the numeric business weight. IDs must be unique; weights may repeat.

Type declaration

  • id: number
  • label: string
  • weight: number