Class RemoteAppView

The remote application view that's backed by defs.

Hierarchy

  • RemoteAppView

Implements

Constructors

Properties

Accessors

Methods

Constructors

  • Constructs a new remote app view.

    Parameters

    • app: HDict

      The def dict for the app.

    • ui: HDict

      The def dict for the ui.

    • namespace: HNamespace

      The defs namespace.

    Returns RemoteAppView

Properties

#app: HDict

The app def dict associated with the remote view.

#ui: HDict

The ui def dict associated with the remote view.

associatedAppViewIds: string[] = []

The associated app view ids for this app view.

This is used by a sidebar that should only show when another main app view is showing.

Accessors

  • get category(): string
  • Which category grouping to show in the AppLauncher.

    Please note, this only applies to main and header views.

    Returns string

  • get hidden(): boolean
  • Hides a view by default so it's not visible from the application launcher. By default, a view is not hidden.

    Please note, this only applies to main views.

    Returns boolean

Methods

Generated using TypeDoc