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