Type Alias ViraDropdownOption

ViraDropdownOption: { id: PropertyKey; label: string } & PartialWithUndefined<
    { disabled: boolean; hoverText: string; template: HTMLTemplateResult },
>

An individual option for ViraDropdown.

Type declaration

  • id: PropertyKey

    Each id must be unique across all options.

  • label: string