Skip to main content

Confirm

Description

<jp-confirm> is a component with the functionality of confirming user's actions.


Attributes

NameRequiredTypeDescription
titlestringtitle of the confirmation
messagestringinformation within the confirmation
rejectstringreject button inner text
acceptstringaccept button inner text
closablebooleandetermines if a confirmation can be closed


Slots

This component does not have any slots.



Methods

This component does not have any methods.



Events

  • close
    • triggers when closing the confirmation
  • confirmation
    • triggers when confirmation is accepted or rejected