ConfirmDialog Pass Through

Pass Through documentation for ConfirmDialog component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Edit Profile
Are you sure you want to proceed?

ConfirmDialog PT Options#

Defines passthrough(pt) options of ConfirmDialog component.

labeltypedescription
rootConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
maskConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the mask's DOM element.
triggerConfirmDialogPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the trigger's DOM element.
triggerIconConfirmDialogPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the trigger icon's DOM element.
portalConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
headerConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
titleConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the title's DOM element.
headerActionsConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the headerActions's DOM element.
closeConfirmDialogPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the close's DOM element.
closeIconConfirmDialogPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the close icon's DOM element.
contentConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
iconConfirmDialogPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the icon's DOM element.
messageConfirmDialogPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the message's DOM element.
cancelConfirmDialogPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the cancel's DOM element.
actionConfirmDialogPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the action's DOM element.
footerConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.

ConfirmDialogTrigger PT Options#

Defines passthrough(pt) options of ConfirmDialogTrigger component.

labeltypedescription
rootConfirmDialogTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ConfirmDialogPortal PT Options#

Defines passthrough(pt) options of ConfirmDialogPortal component.

labeltypedescription
rootConfirmDialogPortalPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ConfirmDialogHeader PT Options#

Defines passthrough(pt) options of ConfirmDialogHeader component.

labeltypedescription
rootConfirmDialogHeaderPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

ConfirmDialogTitle PT Options#

Defines passthrough(pt) options of ConfirmDialogTitle component.

labeltypedescription
rootConfirmDialogTitlePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

ConfirmDialogHeaderActions PT Options#

Defines passthrough(pt) options of ConfirmDialogHeaderActions component.

labeltypedescription
rootConfirmDialogHeaderActionsPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

ConfirmDialogAcionPT Options#

Defines passthrough(pt) options of ConfirmDialogAction component.

labeltypedescription
rootConfirmDialogActionPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ConfirmDialogClose PT Options#

Defines passthrough(pt) options of ConfirmDialogClose component.

labeltypedescription
rootConfirmDialogClosePassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ConfirmDialogContent PT Options#

Defines passthrough(pt) options of ConfirmDialogContent component.

labeltypedescription
rootConfirmDialogContentPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

ConfirmDialogFooter PT Options#

Defines passthrough(pt) options of ConfirmDialogFooter component.

labeltypedescription
rootConfirmDialogFooterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.