FiltersSignalContext
class FiltersSignalContextTOwner extends SignalContextFilter[]Filter[]TOwner
Type Parameters
Constructors
constructor
Type Parameters
Parameters
OverwritesSignalContext<
Filter[],
Filter[],
TOwner
>.constructor
Methods
dispose
public dispose(): void
SignalContext.dispose
get
public get(): Filter[]
SignalContext.get
getInitial
public getInitial(): undefinedSignalValueFilter[]
Get the initial value of this signal.
Inherited fromSignalContext.getInitial
getter
public getter(): Filter[]
SignalContext.getter
isInitial
public isInitial(): boolean
Check if the signal is currently using its initial value.
Examples
Inherited fromSignalContext.isInitial
isTweening
public isTweening(): boolean
Is the signal undergoing a tween?
Inherited fromSignalContext.isTweening
parse
Parameters
Inherited fromSignalContext.parse
raw
public raw(): undefinedSignalValueFilter[]
Get the raw value of this signal.
If the signal was provided with a factory function, the function itself will be returned, without invoking it.
This method can be used to create copies of signals.
Examples
Inherited fromSignalContext.raw
reset
public reset(): TOwner
Reset the signal to its initial value (if one has been set).
Examples
Inherited fromSignalContext.reset
save
public save(): TOwner
Compute the current value of the signal and immediately set it.
This method can be used to stop the signal from updating while keeping its current value.
Examples
Inherited fromSignalContext.save
set
public setvalue: typeof DEFAULTSignalValueFilter[]: TOwner
Parameters
value: typeof DEFAULTSignalValueFilter[]
SignalContext.set
setter
public settervalue: typeof DEFAULTSignalValueFilter[]: TOwner
Parameters
value: typeof DEFAULTSignalValueFilter[]
SignalContext.setter
toPromise
public toPromise(): PromiseFiltersSignalContextTOwner
SignalContext.toPromise
toSignal
Inherited from SignalContext.toSignal
tweener
public override tweenervalue: SignalValueFilter[]duration: numbertimingFunction: TimingFunction: ThreadGenerator
Parameters
OverwritesSignalContext.tweener
collectPromise
static public collectPromiseTpromise: PromiseTinitialValue: T: PromiseHandleT
Type Parameters
Parameters
Inherited fromSignalContext.collectPromise
consumePromises
static public consumePromises(): PromisePromiseHandleany[]
SignalContext.consumePromises
hasPromises
static public hasPromises(): boolean
SignalContext.hasPromises