Home > @tridion-sites/extensions > FolderEditorHookResult
Signature:
export interface FolderEditorHookResult
| Property | Modifiers | Type | Description |
|---|---|---|---|
| folder | Folder | Editable Folder. | |
| isChanged | boolean | Boolean that indicates that Folder has unsaved changes. | |
| isEditing | boolean | Boolean that indicates that Folder can be edited. | |
| metadataSchema | Schema | undefined | Folder’s metadata schema. |