Class RVField

The class representing a visualization field.

Index

Properties

_label: string
_weekLevelEnabled: boolean = false

Accessors

  • get label(): string

    Gets the label of the field

    Returns string

  • set label(value: string): void

    Sets the label of the field

    Parameters

    • value: string

    Returns void

  • get name(): string

    Gets the name of the field This is a readonly property as this is not customizable.

    Returns string