ts-lambda-api - v2.5.2
Preparing search index...
<internal>
BindOnFluentSyntax
Interface BindOnFluentSyntax<T>
interface
BindOnFluentSyntax
<
T
>
{
getIdentifier
()
:
BindingIdentifier
;
onActivation
(
activation
:
BindingActivation
<
T
>
)
:
BindWhenFluentSyntax
<
T
>
;
onDeactivation
(
deactivation
:
BindingDeactivation
<
T
>
,
)
:
BindWhenFluentSyntax
<
T
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
BoundServiceSyntax
BindOnFluentSyntax
BindWhenOnFluentSyntax
Index
Methods
get
Identifier
on
Activation
on
Deactivation
Methods
get
Identifier
getIdentifier
()
:
BindingIdentifier
Returns
BindingIdentifier
on
Activation
onActivation
(
activation
:
BindingActivation
<
T
>
)
:
BindWhenFluentSyntax
<
T
>
Parameters
activation
:
BindingActivation
<
T
>
Returns
BindWhenFluentSyntax
<
T
>
on
Deactivation
onDeactivation
(
deactivation
:
BindingDeactivation
<
T
>
)
:
BindWhenFluentSyntax
<
T
>
Parameters
deactivation
:
BindingDeactivation
<
T
>
Returns
BindWhenFluentSyntax
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Identifier
on
Activation
on
Deactivation
ts-lambda-api - v2.5.2
Loading...