Member Junction
    Preparing search index...

    Permission capabilities based on role

    interface ListPermissions {
        canDelete: boolean;
        canEditItems: boolean;
        canEditProperties: boolean;
        canShare: boolean;
        canView: boolean;
        effectiveLevel: ListPermissionLevel | "None";
        isOwner: boolean;
    }
    Index

    Properties

    canDelete: boolean

    Can delete the list

    canEditItems: boolean

    Can add/remove items from the list

    canEditProperties: boolean

    Can edit list properties (name, description, category)

    canShare: boolean

    Can share the list with others

    canView: boolean

    Can view the list contents

    effectiveLevel: ListPermissionLevel | "None"

    The effective permission level

    isOwner: boolean

    Whether the user is the owner