ExplorerComponent
class
Properties
| Name | Type | Description |
|---|---|---|
adapter (readonly) |
ITreeAdapter<IFile> |
|
commands (readonly) |
BehaviorSubject<IExplorerCommand[][]> |
|
menu |
TemplateRef<unknown> |
|
root (readonly) |
Observable<IFile[]> |
|
tree |
TreeComponent<IFile> |
closeContextMenu()
Signature
closeContextMenu(): voidReturns
void
ngAfterViewChecked()
Signature
ngAfterViewChecked(): voidReturns
void
ngOnDestroy()
Signature
ngOnDestroy(): voidReturns
void
ngOnInit()
Signature
ngOnInit(): voidReturns
void
onDropped()
Signature
onDropped(e: DndData): Promise<void>Parameters
e(DndData) - the dropped data.
Returns
Promise<void>