ixfx
    Preparing search index...

    Interface StateChangeEvent

    State change event

    interface StateChangeEvent {
        newState: string;
        priorState: string;
    }

    Properties

    Properties

    newState: string
    priorState: string