@nextcloud/upload
    Preparing search index...

    Function openConflictPicker

    • Open the conflict resolver

      Type Parameters

      • T extends FileSystemEntry | File | Node

      Parameters

      • dirname: string | undefined

        the directory name

      • conflicts: T[]

        the incoming files

      • content: Node[]

        all the existing files in the directory

      • Optionaloptions: ConflictPickerOptions

        Optional settings for the conflict picker

      Returns Promise<ConflictResolutionResult<T>>

      the selected and renamed files