Class RVLocalizationContext

Provides context information for a localization request.

Hierarchy

  • RVLocalizationContext

Index

Constructors

Accessors

Constructors

constructor

Accessors

dashboardId

  • get dashboardId(): null | string
  • set dashboardId(value: null | string): void
  • The ID of the dashboard where the localization is being done. It is null if the localization is not being done in the context of a particular dashboard.

    Returns null | string

  • The ID of the dashboard where the localization is being done. It is null if the localization is not being done in the context of a particular dashboard.

    Parameters

    • value: null | string

    Returns void