Object used to store group information for group headers.

Constructors

  • Returns IgcGroupData

Accessors

  • get formattedText(): string
  • The value as formatted text.

    Returns string

  • set formattedText(v): void
  • Parameters

    • v: string

    Returns void

  • get groupName(): string
  • The grouping key.

    Returns string

  • set groupName(v): void
  • Parameters

    • v: string

    Returns void

  • get groupValue(): any
  • The group value.

    Returns any

  • set groupValue(v): void
  • Parameters

    • v: any

    Returns void

Methods

  • Parameters

    • name: string

    Returns any