Class RVField

The class representing a visualization field.

Hierarchy

  • RVField

Index

Properties

Accessors

Properties

_label

_label: string

_type

Accessors

label

  • get label(): string
  • set label(value: string): void
  • Gets the label of the field

    Returns string

  • Sets the label of the field

    Parameters

    • value: string

    Returns void

name

  • get name(): string
  • Gets the name of the field This is a readonly property as this is not customizable.

    Returns string

type

  • Gets the data type of the field This is a readonly property as this is not customizable.

    Returns RVDashboardDataType