@kayahr/signal
Destroyable
Interface Destroyable
Interface for destroyable objects.
interface
Destroyable
{
destroy
()
:
void
;
}
Implemented by
ComputedSignal
Effect
ObserverSignal
Index
Methods
destroy
Methods
destroy
destroy
()
:
void
Destroys the object.
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
destroy
@kayahr/signal
BaseSignal
ComputedSignal
Effect
ObserverSignal
ReadonlyArraySignal
ReadonlySignal
WritableArraySignal
WritableSignal
BaseSignalOptions
CallableSignal
Destroyable
ObserverSignalOptions
Signal
SignalContext
CleanupFunction
ComputeFunction
EffectFunction
EqualFunction
arraySignal
atomic
computed
effect
setSignalContext
signal
toSignal
track
untracked
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Interface for destroyable objects.