Interface

Gio-2.0GioSimplePermissionConstructorProps

interface ConstructorProps {
    allowed: boolean;
    can_acquire: boolean;
    can_release: boolean;
    canAcquire: boolean;
    canRelease: boolean;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gio.Permission.ConstructorProps

Properties - Inherited from Gio.Permission.ConstructorProps

allowed: boolean
can_acquire: boolean
can_release: boolean
canAcquire: boolean
canRelease: boolean