@nextcloud/dialogs
    Preparing search index...

    Interface ConflictPickerOptions

    SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors SPDX-License-Identifier: AGPL-3.0-or-later

    interface ConflictPickerOptions {
        container?: string;
        recursive?: boolean;
    }
    Index

    Properties

    container?: string

    The container for the conflict picker dialog. Defaults to the <body>.

    recursive?: boolean

    When this is set to true a hint is shown that conflicts in directories are handles recursively You still need to call this function for each directory separately.