Class RVVisualizationTitleElement

Visualization title to be localized.

Hierarchy

Index

Constructors

Accessors

Constructors

constructor

Accessors

elementType

title

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

    Returns null | string

  • The current title of the element.

    Parameters

    • value: null | string

    Returns void