@metreeca/core - v0.9.17
    Preparing search index...

    Type Alias Instance<T>

    Instance: T

    State instance.

    A concrete State implementation created by the createState factory. Combines state interface members (data properties and transition methods) with Manager operations accessible via manageState(state).

    Warning

    This is a type alias for documentation purposes only. Branding was considered but not adopted due to interoperability issues with tools relying on static code analysis. Instances must be created using createState.

    Type Parameters

    • T extends State

      The state interface type