Member Junction
Preparing search index...
@memberjunction/ng-explorer-core
WorkspaceManagerRef
Interface WorkspaceManagerRef
Interface for workspace manager operations needed by user menu
interface
WorkspaceManagerRef
{
GetActiveTabId
?:
()
=>
string
|
null
;
GetConfiguration
:
()
=>
unknown
;
GetTab
?:
(
tabId
:
string
)
=>
WorkspaceTabRef
|
undefined
;
}
Index
Properties
Get
Active
Tab
Id?
Get
Configuration
Get
Tab?
Properties
Optional
Get
Active
Tab
Id
GetActiveTabId
?:
()
=>
string
|
null
Get
Configuration
GetConfiguration
:
()
=>
unknown
Optional
Get
Tab
GetTab
?:
(
tabId
:
string
)
=>
WorkspaceTabRef
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Get
Active
Tab
Id
Get
Configuration
Get
Tab
Member Junction
Loading...
Interface for workspace manager operations needed by user menu