Home > @tridion-sites/extensions > ActionHookResult
Signature:
export interface ActionHookResult
| Property | Modifiers | Type | Description |
|---|---|---|---|
| execute | () => void | A callback function that is executed when the action is triggered. | |
| isAvailable | boolean | Indicates the availability of the action. |