Preparing search index...
The search index is not available
@xarc/subapp
@xarc/subapp
subapp/types
SubAppContainer
Class SubAppContainer
container of declared subapps
Remark
Internal use
Index
Constructors
constructor
Properties
$
declare
Count
ready
Count
Methods
declare
get
get
Names
is
Ready
update
Ready
Constructors
constructor
new
Sub
App
Container
(
store
)
:
SubAppContainer
Parameters
store
:
Record
<
string
,
SubAppDef
>
Returns
SubAppContainer
Properties
$
$
:
Record
<
string
,
SubAppDef
>
declare
Count
declare
Count
:
number
ready
Count
ready
Count
:
number
Methods
declare
declare
(
name
,
subapp
)
:
SubAppDef
Parameters
name
:
string
subapp
:
SubAppDef
Returns
SubAppDef
get
get
(
name
)
:
SubAppDef
Parameters
name
:
string
Returns
SubAppDef
get
Names
get
Names
(
)
:
string
[]
Returns
string
[]
is
Ready
is
Ready
(
)
:
boolean
Returns
boolean
update
Ready
update
Ready
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
$
declare
Count
ready
Count
declare
get
get
Names
is
Ready
update
Ready
@xarc/subapp
Loading...
container of declared subapps
Remark
Internal use