PurpleBerry
    Preparing search index...

    Interface PermissionManagerOptions

    Initialize options for [[PermissionManager]]

    interface PermissionManagerOptions {
        storageAdapter?: StorageAdapter;
    }
    Index

    Properties

    Properties

    storageAdapter?: StorageAdapter

    Set the storage adapter. Needs to be an instance of [[StorageAdapter]].