Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected adapter_

Accessors

Static cssClasses

  • get cssClasses(): object

Static defaultAdapter

Static numbers

  • get numbers(): object
  • Returns object

    • [key: string]: number

Static strings

  • get strings(): object

Methods

destroy

  • destroy(): void
  • Returns void

getSelectedChipIds

  • getSelectedChipIds(): ReadonlyArray<string>

handleChipInteraction

  • handleChipInteraction(chipId: string): void

handleChipRemoval

  • handleChipRemoval(chipId: string): void

handleChipSelection

  • handleChipSelection(chipId: string, selected: boolean): void
  • Handles a chip selection event, used to handle discrepancy when selection state is set directly on the Chip.

    Parameters

    • chipId: string
    • selected: boolean

    Returns void

init

  • init(): void
  • Returns void

select

  • select(chipId: string): void
  • Selects the chip with the given id. Deselects all other chips if the chip set is of the choice variant.

    Parameters

    • chipId: string

    Returns void

Generated using TypeDoc