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

    Interface QueryPermissionResult

    interface QueryPermissionResult {
        granted: boolean;
        permission: string;
        rawValue?: unknown;
        state: PermissionState;
    }
    Index
    granted: boolean

    True if permission is granted.

    permission: string

    The full name of a secured API.

    rawValue?: unknown

    The value of permission.