# Folder Edit directive - [Basic Usage](#basic-usage) * [Properties](#properties) * [Events](#events) - [Details](#details) ## Basic Usage ```html ... ``` ### Properties | Name | Type | Default | Description | | ----------------- | ---------------------- | ------- | ----------------------------------- | | adf-edit-folder | MinimalNodeEntryEntity | | The folder node entity for editing | ## Details 'FolderEditDirective' directive needs a selection folder entry of #documentList to open the folder dialog component to edit the name and description properties of that selected folder. If data is valid, on dialog close, it emits folderEdit event.