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