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.

labeltypedescription
rootConfirmPopupRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
triggerConfirmPopupRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the trigger's DOM element.
portalConfirmPopupRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
contentConfirmPopupRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
iconConfirmPopupRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the icon's DOM element.
messageConfirmPopupRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the message's DOM element.
footerConfirmPopupRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.
rejectConfirmPopupRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the reject's DOM element.
acceptConfirmPopupRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the accept's DOM element.

ConfirmPopupTrigger PT Options#

Defines passthrough(pt) options of ConfirmPopupTrigger component.

labeltypedescription
rootConfirmPopupTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ConfirmPopupPortal PT Options#

Defines passthrough(pt) options of ConfirmPopupPortal component.

labeltypedescription
rootConfirmPopupPortalPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ConfirmPopupContent PT Options#

Defines passthrough(pt) options of ConfirmPopupContent component.

labeltypedescription
rootConfirmPopupContentPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ConfirmPopupIcon PT Options#

Defines passthrough(pt) options of ConfirmPopupIcon component.

labeltypedescription
rootConfirmPopupIconPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ConfirmPopupMessage PT Options#

Defines passthrough(pt) options of ConfirmPopupMessage component.

labeltypedescription
rootConfirmPopupMessagePassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ConfirmPopupFooter PT Options#

Defines passthrough(pt) options of ConfirmPopupFooter component.

labeltypedescription
rootConfirmPopupFooterPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ConfirmPopupReject PT Options#

Defines passthrough(pt) options of ConfirmPopupReject component.

labeltypedescription
rootConfirmPopupRejectPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ConfirmPopupAccept PT Options#

Defines passthrough(pt) options of ConfirmPopupAccept component.

labeltypedescription
rootConfirmPopupAcceptPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.