Documentation
    Preparing search index...

    A Signal whose value is frequently polled from a read function.

    interface PollingSignalTrait<GValue> {
        capture(): void;
        get(): GValue;
        takeSnapshot(): TransientSnapshotChanged;
        trackActivity(onActivity: TransientActivity): UndoFunction;
    }

    Type Parameters

    • GValue

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods