ConfirmPopup Pass Through
Pass Through documentation for ConfirmPopup component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
ConfirmPopupRoot PT Options#
Defines passthrough(pt) options of ConfirmPopup component.
| label | type | description |
|---|---|---|
| root | ConfirmPopupRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| trigger | ConfirmPopupRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the trigger's DOM element. |
| portal | ConfirmPopupRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the portal's DOM element. |
| content | ConfirmPopupRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| icon | ConfirmPopupRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the icon's DOM element. |
| message | ConfirmPopupRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the message's DOM element. |
| footer | ConfirmPopupRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the footer's DOM element. |
| reject | ConfirmPopupRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the reject's DOM element. |
| accept | ConfirmPopupRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the accept's DOM element. |
ConfirmPopupTrigger PT Options#
Defines passthrough(pt) options of ConfirmPopupTrigger component.
| label | type | description |
|---|---|---|
| root | ConfirmPopupTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
ConfirmPopupPortal PT Options#
Defines passthrough(pt) options of ConfirmPopupPortal component.
| label | type | description |
|---|---|---|
| root | ConfirmPopupPortalPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
ConfirmPopupContent PT Options#
Defines passthrough(pt) options of ConfirmPopupContent component.
| label | type | description |
|---|---|---|
| root | ConfirmPopupContentPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
ConfirmPopupIcon PT Options#
Defines passthrough(pt) options of ConfirmPopupIcon component.
| label | type | description |
|---|---|---|
| root | ConfirmPopupIconPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
ConfirmPopupMessage PT Options#
Defines passthrough(pt) options of ConfirmPopupMessage component.
| label | type | description |
|---|---|---|
| root | ConfirmPopupMessagePassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
ConfirmPopupFooter PT Options#
Defines passthrough(pt) options of ConfirmPopupFooter component.
| label | type | description |
|---|---|---|
| root | ConfirmPopupFooterPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
ConfirmPopupReject PT Options#
Defines passthrough(pt) options of ConfirmPopupReject component.
| label | type | description |
|---|---|---|
| root | ConfirmPopupRejectPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
ConfirmPopupAccept PT Options#
Defines passthrough(pt) options of ConfirmPopupAccept component.
| label | type | description |
|---|---|---|
| root | ConfirmPopupAcceptPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |