Skip to content

FileDropZoneDirective

directive

Selector: [yuvFileDropZone]

Standalone: Yes

Type: boolean

Default Value: false

Type: FileDropZoneOptions

Type: File[]

Type: boolean

Type: unknown

Default Value: computed(() => \{ const fileOver = this.#fileDropService.activeDropZone() === this.#id; this.fileDropOver.emit(fileOver); return fileOver; \})

onBodyDragOver(event: DragEvent): void
NameTypeDescription
eventDragEvent
onBodyDrop(event: DragEvent): void
NameTypeDescription
eventDragEvent
onDragLeave(event: DragEvent): void
NameTypeDescription
eventDragEvent
onDragOver(event: DragEvent): void
NameTypeDescription
eventDragEvent
onDrop(event: DragEvent): void
NameTypeDescription
eventDragEvent