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

    Interface RegistryInfo

    interface RegistryInfo {
        data: any;
        rootKey: string;
        subkey: string;
        type: string;
        value: string;
    }
    Index
    data: any
    rootKey: string
    subkey: string
    type: string
    value: string