ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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;
  • ActionImplementationProperties.isDisabled property
Copyright © 2023 ActiveViam