ConfirmPopup Pass Through

Pass Through documentation for ConfirmPopup component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

ConfirmPopup PT Options#

Defines passthrough(pt) options of ConfirmPopup component.

labeltypedescription
rootConfirmPopupPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
triggerConfirmPopupPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the trigger's DOM element.
portalConfirmPopupPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
contentConfirmPopupPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
iconConfirmPopupPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the icon's DOM element.
messageConfirmPopupPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the message's DOM element.
footerConfirmPopupPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.
rejectConfirmPopupPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the reject's DOM element.
acceptConfirmPopupPassThroughType<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.