toolish - v0.2.5
Preparing search index...
reactivity
ReactiveCache
Interface ReactiveCache
interface
ReactiveCache
{
set
(
raw
:
any
,
reactive
:
Reactive
<
any
>
)
:
void
;
get
(
raw
:
any
)
:
undefined
|
Reactive
<
any
>
;
}
Implemented by
WeakReactiveCache
Index
Methods
set
get
Methods
set
set
(
raw
:
any
,
reactive
:
Reactive
<
any
>
)
:
void
Parameters
raw
:
any
reactive
:
Reactive
<
any
>
Returns
void
get
get
(
raw
:
any
)
:
undefined
|
Reactive
<
any
>
Parameters
raw
:
any
Returns
undefined
|
Reactive
<
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
set
get
toolish - v0.2.5
Loading...