Dialog Pass Through

Pass Through documentation for Dialog component

Viewer#

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

Loading...

DialogRoot PT Options#

Defines passthrough(pt) options of Dialog component.

labeltypedescription
rootDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
backdropDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the backdrop's DOM element.
triggerDialogRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the trigger's DOM element.
portalDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
headerDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
titleDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the title's DOM element.
headerActionsDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the headerActions's DOM element.
maximizableDialogRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the maximizable's DOM element.
closeDialogRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the close's DOM element.
contentDialogRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
footerDialogRootPassThroughType<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.