ConfirmDialog Pass Through

Pass Through documentation for ConfirmDialog component

Viewer#

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

Loading...

ConfirmDialogRoot PT Options#

Defines passthrough(pt) options of ConfirmDialog component.

labeltypedescription
rootConfirmDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
maskConfirmDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the mask's DOM element.
triggerConfirmDialogRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the trigger's DOM element.
triggerIconConfirmDialogRootPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the trigger icon's DOM element.
portalConfirmDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
headerConfirmDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
titleConfirmDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the title's DOM element.
headerActionsConfirmDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the headerActions's DOM element.
closeConfirmDialogRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the close's DOM element.
closeIconConfirmDialogRootPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the close icon's DOM element.
contentConfirmDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
iconConfirmDialogRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the icon's DOM element.
messageConfirmDialogRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the message's DOM element.
cancelConfirmDialogRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the cancel's DOM element.
actionConfirmDialogRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the action's DOM element.
footerConfirmDialogRootPassThroughType<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.

ConfirmDialogAction PT 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.