Description
Presents a confirmation dialog when a given condition is true.
Parameters
isPresented
: A binding to a Boolean value that determines whether to present the confirmation dialog.Example
<myView confirmationDialog="isPresented:myDialog">
<button>Option 1</button>
<button>Option 2</button>
</myView>