Preparing search index...
The search index is not available
@xarc/subapp
@xarc/subapp
subapp/types
ISubAppFeatureFactory
Interface ISubAppFeatureFactory
Declare a subapp feature factory
Remark
Internal use
interface
ISubAppFeatureFactory
{
add
:
(
(
subappDef
)
=>
SubAppDef
)
;
}
Index
Properties
add
Properties
add
add
:
(
(
subappDef
)
=>
SubAppDef
)
Function to add the feature to a subapp definition
Type declaration
(
subappDef
)
:
SubAppDef
Parameters
subappDef
:
SubAppDef
Returns
SubAppDef
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
add
@xarc/subapp
Loading...
Declare a subapp feature factory
Remark
Internal use