Member Junction
    Preparing search index...

    Result from the share dialog

    interface ListShareDialogResult {
        action: "apply" | "cancel";
        notifyByEmail?: boolean;
        sharesAdded: ListShareInfo[];
        sharesRemoved: string[];
        sharesUpdated: ListShareInfo[];
    }
    Index

    Properties

    action: "apply" | "cancel"

    Action taken

    notifyByEmail?: boolean

    Whether the user wants newly-added shares to fan out as notifications to the recipient (email + in-app, per their preferences). Default true.

    sharesAdded: ListShareInfo[]

    Shares that were added

    sharesRemoved: string[]

    Shares that were removed

    sharesUpdated: ListShareInfo[]

    Shares that were updated