projects/aoc-client/ui/common/directives/aoc-ui-drop/aoc-ui-drop.directive.ts
Selector | [aocUiDrop] |
Standalone | true |
Properties |
|
Methods |
|
Inputs |
Outputs |
HostBindings |
HostListeners |
Accessors |
filter |
Type : "files" | "strings" | FilterFn
|
filesDrop |
Type : EventEmitter
|
itemsDrop |
Type : EventEmitter
|
class.aoc-ui-drag-over |
Type : boolean
|
Default value : false
|
dragleave |
Arguments : '$event'
|
dragover |
Arguments : '$event'
|
drop |
Arguments : '$event'
|
Public onDragLeave | ||||||
onDragLeave($event: DragEvent)
|
||||||
Decorators :
@HostListener('dragleave', ['$event'])
|
||||||
Parameters :
Returns :
void
|
Public onDragOver | ||||||
onDragOver($event: DragEvent)
|
||||||
Decorators :
@HostListener('dragover', ['$event'])
|
||||||
Parameters :
Returns :
void
|
Public onDrop | ||||||
onDrop($event: DragEvent)
|
||||||
Decorators :
@HostListener('drop', ['$event'])
|
||||||
Parameters :
Returns :
void
|
Public dragOver |
Default value : false
|
Decorators :
@HostBinding('class.aoc-ui-drag-over')
|
filter | ||||||
setfilter(filter: "files" | "strings" | FilterFn)
|
||||||
Parameters :
Returns :
void
|