Home > @tridion-sites/extensions > EditorExtensionPanelHookProps
Props passed to the editor panel hook.
Signature:
export interface EditorExtensionPanelHookProps<TItem extends IdentifiableObject = IdentifiableObject>
| Property | Modifiers | Type | Description |
|---|---|---|---|
| item? | TItem | (Optional) The item being edited in the editor, if available. |