PermissionStatus$Typings extension

on

Properties

addEventListener → ({void Function<K$>(PermissionStatusEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on PermissionStatus, provided by the PermissionStatus$Typings extension

Overload accessor: $1, $2
no setter
onchange ↔ dynamic Function(Event)?

Available on PermissionStatus, provided by the PermissionStatus$Typings extension

getter/setter pair
partial bool

Available on PermissionStatus, provided by the PermissionStatus$Typings extension

Describes if permission is only granted partially, eg. an access might be granted to "/foo" directory, but denied for "/foo/bar". In such case this field will be set to true when querying for read permissions of "/foo" directory.
no setter
removeEventListener → ({void Function<K$>(PermissionStatusEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on PermissionStatus, provided by the PermissionStatus$Typings extension

Overload accessor: $1, $2
no setter
state PermissionState

Available on PermissionStatus, provided by the PermissionStatus$Typings extension

no setter