Documentation
    Preparing search index...

    A Signal whose value comes from an Observable`.

    interface SignalFromObservableTrait<GValue> {
        active: boolean;
        activate(active?: boolean): void;
        capture(): void;
        get(): GValue;
        takeSnapshot(): TransientSnapshotChanged;
        trackActivity(onActivity: TransientActivity): UndoFunction;
    }

    Type Parameters

    • GValue

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean

    Methods