HybridForms API
    Preparing search index...

    Interface PlatformEventsMapping

    Enumeration of platform events.

    interface PlatformEventsMapping {
        networkStatusChanged: (status: NetworkStatus) => void;
    }
    Index

    Properties

    networkStatusChanged: (status: NetworkStatus) => void

    Gets fired when the network status changes.