fake-permissions
    Preparing search index...

    Interface PermissionStoreSubscriberDetails

    The details of a permission access status change.

    interface PermissionStoreSubscriberDetails {
        fromStatus: PermissionAccessStatus;
        hadAccess: boolean;
        hasAccess: boolean;
        toStatus: PermissionAccessStatus;
    }
    Index

    Properties

    The previous access status of the permission.

    hadAccess: boolean

    Whether access was allowed before the change.

    hasAccess: boolean

    Whether access is allowed as of the change.

    The new access status of the permission.