Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGridSelectionAllCheckboxProps<Data>

Type parameters

  • Data

Hierarchy

  • IGridSelectionAllCheckboxProps

Index

Properties

datasets

datasets: Data[]

disabled

disabled: boolean

getDataKey

getDataKey: (data: Data, rowIndex: number | string) => string

Type declaration

    • (data: Data, rowIndex: number | string): string
    • Parameters

      • data: Data
      • rowIndex: number | string

      Returns string

onSelect

onSelect: (type: "selectAll" | "removeAll", datasets: Data[]) => void

Type declaration

    • (type: "selectAll" | "removeAll", datasets: Data[]): void
    • Parameters

      • type: "selectAll" | "removeAll"
      • datasets: Data[]

      Returns void

store

store: Store

Generated using TypeDoc