@arcmantle/adapter-element
Preparing search index...
shared
SignalOptions
Interface SignalOptions<T>
interface
SignalOptions
<
T
=
any
>
{
unwatched
?:
(
this
:
Signal
<
T
>
)
=>
void
;
watched
?:
(
this
:
Signal
<
T
>
)
=>
void
;
}
Type Parameters
T
=
any
Index
Properties
unwatched?
watched?
Properties
Optional
unwatched
unwatched
?:
(
this
:
Signal
<
T
>
)
=>
void
Optional
watched
watched
?:
(
this
:
Signal
<
T
>
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
unwatched
watched
@arcmantle/adapter-element
Loading...