AsyncButton
Installation
import { AsyncButton } from 'uxp/components';Signature
const AsyncButton: React.FunctionComponent<AsyncButtonProps>Examples
<AsyncButton
title="Submit"
onClick={async() => {return executeAction("model", "action", {})}}
icon="https://static.iviva.com/images/Adani_UXP/QR_badge_icon.svg"
loadingTitle="Submitting..."
className="custom-css-class"
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated