tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > EditorExtensionPanelHookProps

EditorExtensionPanelHookProps interface

Props passed to the editor panel hook.

Signature:

export interface EditorExtensionPanelHookProps<TItem extends IdentifiableObject = IdentifiableObject>

Properties

Property Modifiers Type Description
item?   TItem (Optional) The item being edited in the editor, if available.