Home > @activeviam/activeui-sdk > ActionImplementationProperties > isAvailable
ActionImplementationProperties.isAvailable property
Returns whether the action should be present in the UI. This can be used to hide actions dynamically based on the conditions in which it is used. Defaults to true.
Signature:
isAvailable?: (actionPayload: ActionPayload) => boolean;