Documentation
    Preparing search index...

    A signal whose value is computed from other signals.

    interface ComputedSignal<GValue> {
        "[SIGNAL]": unknown;
        (): GValue;
    }

    Type Parameters

    • GValue

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    "[SIGNAL]": unknown