Class RVFieldLabelElement

Field label to be localized. This field is not (yet) part of any visualization, nor is it (yet) used in a summarization definition.

Hierarchy

Index

Constructors

Accessors

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