Documentation
    Preparing search index...

    Interface Signal<GValue>

    Represents a signal: a callable function that returns a value and is able to notify its context when the value changes.

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

    Type Parameters

    • GValue

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    "[SIGNAL]": unknown