Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.DI
DI_Interfaces
BindingCache
Interface BindingCache
interface
BindingCache
{
delete
(
binding
:
Binding
)
:
void
;
get
<
TActivated
>
(
binding
:
Binding
<
TActivated
>
,
)
:
null
|
TActivated
|
Promise
<
TActivated
>
;
has
(
binding
:
Binding
)
:
boolean
;
set
<
TActivated
>
(
binding
:
Binding
<
TActivated
>
,
value
:
null
|
TActivated
|
Promise
<
TActivated
>
,
)
:
void
;
}
Index
Methods
delete
get
has
set
Methods
delete
delete
(
binding
:
Binding
)
:
void
Parameters
binding
:
Binding
Returns
void
get
get
<
TActivated
>
(
binding
:
Binding
<
TActivated
>
,
)
:
null
|
TActivated
|
Promise
<
TActivated
>
Type Parameters
TActivated
Parameters
binding
:
Binding
<
TActivated
>
Returns
null
|
TActivated
|
Promise
<
TActivated
>
has
has
(
binding
:
Binding
)
:
boolean
Parameters
binding
:
Binding
Returns
boolean
set
set
<
TActivated
>
(
binding
:
Binding
<
TActivated
>
,
value
:
null
|
TActivated
|
Promise
<
TActivated
>
,
)
:
void
Type Parameters
TActivated
Parameters
binding
:
Binding
<
TActivated
>
value
:
null
|
TActivated
|
Promise
<
TActivated
>
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
delete
get
has
set
TESSA Web API
Loading...