Interface IgxHeadSelectorTemplateContext

Hierarchy

Hierarchy

  • IgxHeadSelectorTemplateContext

Properties

Properties

$implicit: {
    deselectAll?: (() => void);
    selectAll?: (() => void);
    selectedCount: number;
    totalCount: number;
}

Type declaration

  • Optional deselectAll?: (() => void)
      • (): void
      • Returns void

  • Optional selectAll?: (() => void)
      • (): void
      • Returns void

  • selectedCount: number
  • totalCount: number