Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPanelCellProps

Hierarchy

  • IPanelCellProps

Index

Properties

Properties

cells

cells: IPanelCellValue[][]

onHover

onHover: (value: Date) => void

Type declaration

    • (value: Date): void
    • Parameters

      • value: Date

      Returns void

onSelect

onSelect: (value: Date) => void

Type declaration

    • (value: Date): void
    • Parameters

      • value: Date

      Returns void

Generated using TypeDoc