AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface CustomProtocolRegisteredState

    The registry rentry for a given protocol exists and can be parsed successfully.

    interface CustomProtocolRegisteredState {
        handlerManifestUrl: string;
        state: "Registered";
    }
    Index
    handlerManifestUrl: string
    state: "Registered"