Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISelectableItem<T>

Type parameters

  • T

Hierarchy

  • ISelectableItem

Index

Properties

deselect

deselect: function

Type declaration

    • (): void
    • Returns void

item

item: T

itemType

itemType: any

select

select: function

Type declaration

    • (): void
    • Returns void

selected

selected: boolean

toggle

toggle: function

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc