Member Junction
    Preparing search index...

    Configuration for the share dialog

    interface ListShareDialogConfig {
        currentUserId: string;
        isOwner: boolean;
        listId: string;
        listName: string;
    }
    Index

    Properties

    currentUserId: string

    Current user ID

    isOwner: boolean

    Whether the current user is the owner

    listId: string

    The list being shared

    listName: string

    List name for display