FiltersSignalContext
class FiltersSignalContextTOwner extends SignalContextFilter[]Filter[]TOwner
Type Parameters
Constructors
constructor
Type Parameters
Parameters
OverwritesSignalContext<
Filter[],
Filter[],
TOwner
>.constructorMethods
dispose
public dispose(): void
SignalContext.disposeget
public get(): Filter[]
SignalContext.getgetInitial
public getInitial(): undefinedSignalValueFilter[]
Get the initial value of this signal.
Inherited fromSignalContext.getInitialgetter
public getter(): Filter[]
SignalContext.getterisInitial
public isInitial(): boolean
Check if the signal is currently using its initial value.
Examples
Inherited fromSignalContext.isInitialisTweening
public isTweening(): boolean
Is the signal undergoing a tween?
Inherited fromSignalContext.isTweeningparse
Parameters
Inherited fromSignalContext.parseraw
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.rawreset
public reset(): TOwner
Reset the signal to its initial value (if one has been set).
Examples
Inherited fromSignalContext.resetsave
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.saveset
public setvalue: typeof DEFAULTSignalValueFilter[]: TOwner
Parameters
value: typeof DEFAULTSignalValueFilter[]
SignalContext.setsetter
public settervalue: typeof DEFAULTSignalValueFilter[]: TOwner
Parameters
value: typeof DEFAULTSignalValueFilter[]
SignalContext.settertoPromise
public toPromise(): PromiseFiltersSignalContextTOwner
SignalContext.toPromisetoSignal
Inherited from SignalContext.toSignaltweener
public override tweenervalue: SignalValueFilter[]duration: numbertimingFunction: TimingFunction: ThreadGenerator
Parameters
OverwritesSignalContext.tweenercollectPromise
static public collectPromiseTpromise: PromiseTinitialValue: T: PromiseHandleT
Type Parameters
Parameters
Inherited fromSignalContext.collectPromiseconsumePromises
static public consumePromises(): PromisePromiseHandleany[]
SignalContext.consumePromiseshasPromises
static public hasPromises(): boolean
SignalContext.hasPromises