Class RVLocalizationContext

Provides context information for a localization request.

Index

Constructors

Accessors

Constructors

Accessors

  • get dashboardId(): string | null

    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 string | null

  • set dashboardId(value: string | null): void

    Parameters

    • value: string | null

    Returns void