Class RVFieldFormattingDescriptor

Information about the field to be formatted.

Hierarchy

  • RVFieldFormattingDescriptor

Index

Constructors

constructor

Accessors

currentSettings

dataType

dateAggregationType

fieldName

  • get fieldName(): string
  • set fieldName(value: string): void
  • Name of the field

    Returns string

  • Name of the field

    Parameters

    • value: string

    Returns void

isAggregated

  • get isAggregated(): boolean
  • set isAggregated(value: boolean): void
  • True iif the field to be formatted is aggregated.

    Returns boolean

  • True iif the field to be formatted is aggregated.

    Parameters

    • value: boolean

    Returns void