Extend the ConfirmationOptions type #3140
Unanswered
SchwarzesWasser
asked this question in
PrimeVue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently customizing the component ConfirmDialog.
I noticed that the
message
argument of thecontainer
slot receives all the properties of theConfirmationOptions
type. I would like to add my own properties there and configure the component based on the argument of theconfirm.require()
method. Can we extend theConfirmationOptions
type with{ [key: string]: any }
to allow adding custom values?Beta Was this translation helpful? Give feedback.
All reactions