Member Junction
    Preparing search index...

    Summary of sharing status for a list

    interface ListSharingSummary {
        isSharedByMe: boolean;
        isSharedWithMe: boolean;
        listId: string;
        roleShares: number;
        totalShares: number;
        userShares: number;
    }
    Index

    Properties

    isSharedByMe: boolean

    Has the current user shared this list with others

    isSharedWithMe: boolean

    Is this list shared with the current user (not owner)

    listId: string

    List ID

    roleShares: number

    Number of role shares

    totalShares: number

    Total number of shares

    userShares: number

    Number of user shares