mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-16 18:13:06 +00:00
* [ADF-2334] Added version and status metadata to doc files * [ADF-2334] Tidier looking metadata for guide pages
912 B
912 B
Added, Status
| Added | Status |
|---|---|
| v2.0.0 | Active |
Node Delete directive
Deletes multiple files and folders.
Basic Usage
<adf-toolbar>
<button mat-icon-button
(delete)="documentList.reload()"
[adf-delete]="documentList.selection">
</button>
</adf-toolbar>
<adf-document-list #documentList ...>
...
</adf-document-list>
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| selection | MinimalNodeEntity[] |
Array of nodes to delete. | |
| permanent | boolean |
false |
If true then the nodes are deleted immediately rather than being put in the trash. |
Events
| Name | Type | Description |
|---|---|---|
| delete | EventEmitter<any> |
Emitted when the nodes have been deleted. |
Details
See Demo Shell