Dialog Pass Through

Pass Through documentation for Dialog component

Viewer#

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

Header
Dialog Content

Dialog PT Options#

Defines passthrough(pt) options of Dialog component.

labeltypedescription
rootDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
maskDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the mask's DOM element.
triggerDialogPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the trigger's DOM element.
triggerIconDialogPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the trigger icon's DOM element.
portalDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
headerDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
titleDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the title's DOM element.
headerActionsDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the headerActions's DOM element.
maximizableDialogPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the maximizable's DOM element.
maximizableIconDialogPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the maximizable icon's DOM element.
closeDialogPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the close's DOM element.
closeIconDialogPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the close icon's DOM element.
contentDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
footerDialogPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.

DialogTrigger PT Options#

Defines passthrough(pt) options of DialogTrigger component.

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

DialogPortal PT Options#

Defines passthrough(pt) options of DialogPortal component.

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

DialogHeader PT Options#

Defines passthrough(pt) options of DialogHeader component.

labeltypedescription
rootDialogHeaderPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DialogTitle PT Options#

Defines passthrough(pt) options of DialogTitle component.

labeltypedescription
rootDialogTitlePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DialogHeaderActions PT Options#

Defines passthrough(pt) options of DialogHeaderActions component.

labeltypedescription
rootDialogHeaderActionsPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DialogMaximizable PT Options#

Defines passthrough(pt) options of DialogMaximizable component.

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

DialogClose PT Options#

Defines passthrough(pt) options of DialogClose component.

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

DialogContent PT Options#

Defines passthrough(pt) options of DialogContent component.

labeltypedescription
rootDialogContentPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DialogFooter PT Options#

Defines passthrough(pt) options of DialogFooter component.

labeltypedescription
rootDialogFooterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.