@nextcloud/dialogs
    Preparing search index...

    Interface CookieStoreDeleteOptions

    interface CookieStoreDeleteOptions {
        domain?: string | null;
        name: string;
        partitioned?: boolean;
        path?: string;
    }
    Index

    Properties

    domain?: string | null
    name: string
    partitioned?: boolean
    path?: string