Class RVVisualizationFieldLabelElement

Field label to be localized. The field is being used in a visualization and can have some aggregation applied to it.

Hierarchy

Index

Constructors

Accessors

  • get label(): string | null

    The current label of the field.

    Returns string | null

  • set label(value: string | null): void

    Parameters

    • value: string | null

    Returns void

  • get name(): string | null

    The name of the field

    Returns string | null

  • set name(value: string | null): void

    Parameters

    • value: string | null

    Returns void