Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ViewManager

Manager for add, show / hide View instances

export

Hierarchy

  • ViewManager

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

app

app: App

Private Readonly scenes

scenes: object

Type declaration

  • [key: string]: View

Methods

add

  • add(sceneName: string, sceneInst: View): void

hide

  • hide(scene: string | string[]): void

show

  • show(scene: string | string[], state?: boolean): void

showOnly

  • showOnly(scene: string | string[]): void