primevue-mirror/api-generator/components/confirmpopup.js
Tuğçe Küçükoğlu 8681911998 Fixed #1138 Fixed #962
2021-05-12 12:35:29 +03:00

16 lines
459 B
JavaScript

const ConfirmPopupProps = [
{
name: "group",
type: "string",
default: "null",
description: "Optional key to match the key of the confirmation, useful to target a specific confirm dialog instance."
}
];
module.exports = {
confirmpopup: {
name: "ConfirmPopup",
description: "ConfirmPopup displays a confirmation overlay displayed relatively to its target.",
props: ConfirmPopupProps
}
};