Class IgcSelectItemComponent

Represents an item in a select list.

Element

igc-select-item

Slot

  • Renders the all content bar the prefix and suffix.

Slot

prefix - Renders content before the main content area.

Slot

suffix - Renders content after the main content area.

Csspart

prefix - The prefix wrapper.

Csspart

content - The main content wrapper.

Csspart

suffix - The suffix wrapper.

Hierarchy

Hierarchy

  • IgcBaseOptionLikeComponent
    • IgcSelectItemComponent

Constructors

Properties

active: boolean = false

Whether the item is active.

Attr

disabled: boolean = false

Whether the item is disabled.

Attr

selected: boolean = false

Whether the item is selected.

Attr

styles: CSSResult[] = ...
tagName: "igc-select-item" = 'igc-select-item'

Accessors

Methods