@moxijs/core - v0.3.4
    Preparing search index...

    Type Alias StateChangeEvent

    Emitted on state transitions.

    type StateChangeEvent = {
        newState: string;
        prevState: string | null;
    }
    Index

    Properties

    Properties

    newState: string
    prevState: string | null