Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.DI
DI_Interfaces
ModuleActivationStore
Interface ModuleActivationStore
interface
ModuleActivationStore
{
addActivation
(
moduleId
:
number
,
serviceIdentifier
:
ServiceIdentifier
<
unknown
>
,
onActivation
:
BindingActivation
<
unknown
>
,
)
:
void
;
addDeactivation
(
moduleId
:
number
,
serviceIdentifier
:
ServiceIdentifier
<
unknown
>
,
onDeactivation
:
BindingDeactivation
<
unknown
>
,
)
:
void
;
clone
()
:
ModuleActivationStore
;
remove
(
moduleId
:
number
)
:
ModuleActivationHandlers
;
}
Hierarchy (
View Summary
)
Cloneable
<
ModuleActivationStore
>
ModuleActivationStore
Index
Methods
add
Activation
add
Deactivation
clone
remove
Methods
add
Activation
addActivation
(
moduleId
:
number
,
serviceIdentifier
:
ServiceIdentifier
<
unknown
>
,
onActivation
:
BindingActivation
<
unknown
>
,
)
:
void
Parameters
moduleId
:
number
serviceIdentifier
:
ServiceIdentifier
<
unknown
>
onActivation
:
BindingActivation
<
unknown
>
Returns
void
add
Deactivation
addDeactivation
(
moduleId
:
number
,
serviceIdentifier
:
ServiceIdentifier
<
unknown
>
,
onDeactivation
:
BindingDeactivation
<
unknown
>
,
)
:
void
Parameters
moduleId
:
number
serviceIdentifier
:
ServiceIdentifier
<
unknown
>
onDeactivation
:
BindingDeactivation
<
unknown
>
Returns
void
clone
clone
()
:
ModuleActivationStore
Returns
ModuleActivationStore
remove
remove
(
moduleId
:
number
)
:
ModuleActivationHandlers
Parameters
moduleId
:
number
Returns
ModuleActivationHandlers
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Activation
add
Deactivation
clone
remove
TESSA Web API
Loading...