tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > CommandRightExtensionHookResult

CommandRightExtensionHookResult interface

Signature:

export interface CommandRightExtensionHookResult

Properties

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.