Interface IStateChangedEvent

interface IStateChangedEvent {
    state: ITransportState;
}

Properties

Properties

Generated using TypeDoc