Properties
getAllExternalWindows
getAllExternalWindows: boolean
getCustomProtocolState
getCustomProtocolState: boolean | { 
    enabled: boolean; 
    protocols: string[]; 
}
Type declaration
- 
enabled: boolean
 
- 
protocols: string[]
 
 
openUrlWithBrowser
openUrlWithBrowser: { 
    enabled: boolean; 
    protocols: string[]; 
}
Type declaration
- 
enabled: boolean
 
- 
protocols: string[]
 
 
readRegistryValue
readRegistryValue: boolean | { 
    enabled: boolean; 
    registryKeys: string[]; 
}
Type declaration
- 
enabled: boolean
 
- 
registryKeys: string[]
 
 
registerCustomProtocol
registerCustomProtocol: boolean | { 
    enabled: boolean; 
    protocols: string[]; 
}
Type declaration
- 
enabled: boolean
 
- 
protocols: string[]
 
 
terminateExternalProcess
terminateExternalProcess: boolean
unregisterCustomProtocol
unregisterCustomProtocol: boolean | { 
    enabled: boolean; 
    protocols: string[]; 
}
Type declaration
- 
enabled: boolean
 
- 
protocols: string[]