Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGroupingFunc<T>

Signature of a function that should return the name of the group that the item should be placed within

Type parameters

  • T

Hierarchy

  • IGroupingFunc

Callable

  • __call(item: T): string
  • Signature of a function that should return the name of the group that the item should be placed within

    Parameters

    • item: T

    Returns string

Index

Properties

Properties

Optional sortDirection

sortDirection: GroupSort

leave undefined to let the value of ISettings.groupOptions.defaultSort apply

Optional title

title: string

Generated using TypeDoc