Pass Through documentation for ConfirmDialog component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of ConfirmDialog component.
label | type | description |
---|---|---|
root | ConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
mask | ConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the mask's DOM element. |
trigger | ConfirmDialogPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the trigger's DOM element. |
triggerIcon | ConfirmDialogPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the trigger icon's DOM element. |
portal | ConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the portal's DOM element. |
header | ConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the header's DOM element. |
title | ConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the title's DOM element. |
headerActions | ConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the headerActions's DOM element. |
close | ConfirmDialogPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the close's DOM element. |
closeIcon | ConfirmDialogPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the close icon's DOM element. |
content | ConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
icon | ConfirmDialogPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the icon's DOM element. |
message | ConfirmDialogPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the message's DOM element. |
cancel | ConfirmDialogPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the cancel's DOM element. |
action | ConfirmDialogPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the action's DOM element. |
footer | ConfirmDialogPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the footer's DOM element. |
Defines passthrough(pt) options of ConfirmDialogTrigger component.
label | type | description |
---|---|---|
root | ConfirmDialogTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ConfirmDialogPortal component.
label | type | description |
---|---|---|
root | ConfirmDialogPortalPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ConfirmDialogHeader component.
label | type | description |
---|---|---|
root | ConfirmDialogHeaderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ConfirmDialogTitle component.
label | type | description |
---|---|---|
root | ConfirmDialogTitlePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ConfirmDialogHeaderActions component.
label | type | description |
---|---|---|
root | ConfirmDialogHeaderActionsPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ConfirmDialogAction component.
label | type | description |
---|---|---|
root | ConfirmDialogActionPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ConfirmDialogClose component.
label | type | description |
---|---|---|
root | ConfirmDialogClosePassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ConfirmDialogContent component.
label | type | description |
---|---|---|
root | ConfirmDialogContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ConfirmDialogFooter component.
label | type | description |
---|---|---|
root | ConfirmDialogFooterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |