Interface AppView

An application view.

Hierarchy

  • AppView

Implemented by

Properties

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.

category?: string

Which category grouping to show in the AppLauncher.

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

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.

The type of application view.

Methods

  • What icon to show left of title.

    If no icon is defined then a default one is used.

    Parameters

    Returns Element

Generated using TypeDoc