core/dynamic-forms/file/file.type.component.ts
FieldType
OnInit
changeDetection | ChangeDetectionStrategy.OnPush |
selector | c8y-field-file |
templateUrl | ./file.type.component.html |
Properties |
|
Methods |
droppedEvent | ||||||
droppedEvent(files: DroppedFile[])
|
||||||
Parameters :
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
dropArea |
Type : DropAreaComponent
|
Decorators :
@ViewChild('dropArea', {static: true})
|