tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > CommandRightExtensionHookResult > isItemApplicable

CommandRightExtensionHookResult.isItemApplicable property

Callback will be executed for each item passed to the command.

Signature:

isItemApplicable?: (item: IdentifiableObject) => boolean;