@inrupt/solid-client
    Preparing search index...

    Type Alias AccessModes

    The ACP specification is a draft. As such, this function is experimental and
    subject to change, even in a non-major release.
    See also: https://solid.github.io/authorization-panel/acp-specification/
    
    type AccessModes = {
        append: boolean;
        controlRead: boolean;
        controlWrite: boolean;
        read: boolean;
        write: boolean;
    }
    Index

    Properties

    append: boolean
    controlRead: boolean
    controlWrite: boolean
    read: boolean
    write: boolean