Documentation
    Preparing search index...

    Returns the Signal's value.

    If it is called in a capture context (Transient.runInContext(...)), then the Signal is captured in this process.

    interface SignalGetTrait<GValue> {
        get(): GValue;
    }

    Type Parameters

    • GValue

    Hierarchy (View Summary)

    Index

    Methods

    Methods