ConfirmButton
Installation
import {ConfirmButton} from 'uxp/components';Examples
<ConfirmButton
title="Delete Item"
loading={buttonLoading}
onConfirm={async () => {return executeAction("model", "action", {})}}
onCancel={() => {alert("Canceled")}}
/>Properties
Name
Type
Description
title
type
icon
type
className
type
onConfirm
type
onCancel
type
loading
type
loadingTitle
type
active
type
disabled
type
Last updated