Constructors
constructor
- new ViewManager(current_view?: string, all_views?: string[]): ViewManager
Parameters
- current_view: string = ""
- all_views: string[] = []
Accessors
current_view
current_view: any
Methods
setAllViews
- setAllViews(all_views: string[]): void
Returns void
setView
- setView(view: string): void
Returns void