Home > @activeviam/activeui-sdk > ActionImplementationProperties > isDisabled
ActionImplementationProperties.isDisabled property
Returns whether the action should be disabled if present. This comes on top of isAvailable in order to still display the action but in a disabled mode. Defaults to false.
Signature:
isDisabled?: (actionPayload: ActionPayload) => boolean;