@embra/reactivity - v0.0.7
Preparing search index...
index
ReadableProvider
Interface ReadableProvider<TValue>
A Readable provider is an object that provides a
Readable
$
property.
interface
ReadableProvider
<
TValue
=
any
>
{
$
:
Readable
<
TValue
>
;
}
Type Parameters
TValue
=
any
Implemented by
OwnedReactiveArray
OwnedReactiveMap
OwnedReactiveSet
Index
Properties
$
Properties
Readonly
$
$
:
Readable
<
TValue
>
Settings
Theme
OS
Light
Dark
On This Page
Properties
$
@embra/reactivity - v0.0.7
Loading...
A Readable provider is an object that provides a Readable
$property.