Class RVFieldLabelElementBase

Base class for field label localization elements.

Hierarchy

Index

Constructors

Accessors

Constructors

constructor

Accessors

elementType

label

  • get label(): null | string
  • set label(value: null | string): void
  • The current label of the field.

    Returns null | string

  • The current label of the field.

    Parameters

    • value: null | string

    Returns void

name

  • get name(): null | string
  • set name(value: null | string): void
  • The name of the field

    Returns null | string

  • The name of the field

    Parameters

    • value: null | string

    Returns void