Preparing search index...
The search index is not available
Li3
Li3
@li3/reactive
Effect
Interface Effect<T>
interface
Effect
<
T
>
{
"[$ref]"
:
true
;
readonly
:
true
;
value
:
T
;
dispose
()
:
void
;
watch
(
fn
:
TFunction
<
T
>
)
:
void
;
}
Type Parameters
T
Index
Properties
[$ref]
readonly
value
Methods
dispose
watch
Properties
Readonly
[$ref]
"[$ref]"
:
true
Readonly
readonly
readonly
:
true
Readonly
value
value
:
T
Methods
dispose
dispose
()
:
void
Returns
void
watch
watch
(
fn
:
TFunction
<
T
>
)
:
void
Parameters
fn
:
TFunction
<
T
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[$ref]
readonly
value
Methods
dispose
watch
Li3
Loading...