This is the interface for the Offline state runtime state is retrieved from the browser state user state is set by the user

interface IOfflineState {
    isOnline: boolean;
    rState: eOfflineValue;
    uState: eOfflineValue;
}

Properties

isOnline: boolean