Skip to main content

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?

optional camera?: Record<string, never>

Defined in: registerAppResource.ts:63


clipboardWrite?

optional clipboardWrite?: Record<string, never>

Defined in: registerAppResource.ts:66


geolocation?

optional geolocation?: Record<string, never>

Defined in: registerAppResource.ts:65


microphone?

optional microphone?: Record<string, never>

Defined in: registerAppResource.ts:64