Type alias SelectOption

SelectOption: {
    disabled?: boolean;
    id: string;
    leadingIcon?: SVGTemplateResult;
    text: string;
    trailingIcon?: SVGTemplateResult;
}

Type declaration

  • Optional disabled?: boolean
  • id: string
  • Optional leadingIcon?: SVGTemplateResult
  • text: string
  • Optional trailingIcon?: SVGTemplateResult