Interface: UiResourcePermissions
Defined in: registerAppResource.ts:62
Browser capabilities the view asks for. A host may grant them, so a view should feature-detect rather than assume: each key is a request, not a guarantee.
Properties
camera?
optionalcamera?:Record<string,never>
Defined in: registerAppResource.ts:63
clipboardWrite?
optionalclipboardWrite?:Record<string,never>
Defined in: registerAppResource.ts:66
geolocation?
optionalgeolocation?:Record<string,never>
Defined in: registerAppResource.ts:65
microphone?
optionalmicrophone?:Record<string,never>
Defined in: registerAppResource.ts:64