Home > @tridion-sites/extensions > CommandRightExtensionHookResult
Signature:
export interface CommandRightExtensionHookResult
| Property | Modifiers | Type | Description |
|---|---|---|---|
| isCommandAvailable? | boolean | (Optional) Whether the command is available regardless of the items. This will not override isAvailable: false from built-in command. |
|
| isItemApplicable? | (item: IdentifiableObject) => boolean | (Optional) Callback will be executed for each item passed to the command. |