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