Represents a summary that is applied to a datasource. Changes to this object are not observed or expected after it is initially assigned to a collection.

Constructors

Accessors

  • get alias(): string
  • Gets or sets an alias for the summary. Currently only used in aggregated data situations.

    Returns string

  • set alias(v): void
  • Parameters

    • v: string

    Returns void

  • get calculatorDisplayName(): string
  • Gets or sets the name to use when displaying the calculator name.

    Returns string

  • set calculatorDisplayName(v): void
  • Parameters

    • v: string

    Returns void

  • get field(): string
  • Returns string

  • set field(v): void
  • Parameters

    • v: string

    Returns void

  • get operand(): DataSourceSummaryOperand
  • Returns DataSourceSummaryOperand

  • set operand(v): void
  • Parameters

    • v: DataSourceSummaryOperand

    Returns void

  • get provideCalculator(): ((s, e) => void)
  • Called when the summary calculator is required.

    Returns ((s, e) => void)

  • set provideCalculator(ev): void
  • Parameters

    Returns void

Methods

  • Parameters

    • other: any

    Returns boolean

  • Parameters

    • name: string

    Returns any