Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IChipTrackFocusConfig

Represents a configuration needed for the chip focus events

Hierarchy

  • IChipTrackFocusConfig

Index

Properties

closeOnContentClick

closeOnContentClick: boolean

Whether to close/focus out on click

closeOnEnterKey

closeOnEnterKey: boolean

Whether to close/focus out on pressing of Enter key

closeOnEscape

closeOnEscape: boolean

Whether to close/focus out on pressing of Escape key

focusSubscription

focusSubscription: BehaviorSubject<boolean>

The subscription that is emitted when document click and window keydown event listeners should be added/removed

Generated using TypeDoc