ConfirmButton
Installation
import { ConfirmButton } from 'uxp/components';Signature
const ConfirmButton: React.FunctionComponent<IConfirmButtonProps>Examples
<ConfirmButton
title="Delete Item"
loading={buttonLoading}
onConfirm={async () => {return executeAction("model", "action", {})}}
onCancel={() => {alert("Canceled")}}
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated