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.
| label | type | description |
|---|---|---|
| root | DialogRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| backdrop | DialogRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the backdrop's DOM element. |
| trigger | DialogRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the trigger's DOM element. |
| portal | DialogRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the portal's DOM element. |
| header | DialogRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the header's DOM element. |
| title | DialogRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the title's DOM element. |
| headerActions | DialogRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the headerActions's DOM element. |
| maximizable | DialogRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the maximizable's DOM element. |
| close | DialogRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the close's DOM element. |
| content | DialogRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| footer | DialogRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the footer's DOM element. |
DialogTrigger PT Options#
Defines passthrough(pt) options of DialogTrigger component.
| label | type | description |
|---|---|---|
| root | DialogTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DialogPortal PT Options#
Defines passthrough(pt) options of DialogPortal component.
| label | type | description |
|---|---|---|
| root | DialogPortalPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DialogHeader PT Options#
Defines passthrough(pt) options of DialogHeader component.
| label | type | description |
|---|---|---|
| root | DialogHeaderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DialogTitle PT Options#
Defines passthrough(pt) options of DialogTitle component.
| label | type | description |
|---|---|---|
| root | DialogTitlePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DialogHeaderActions PT Options#
Defines passthrough(pt) options of DialogHeaderActions component.
| label | type | description |
|---|---|---|
| root | DialogHeaderActionsPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DialogMaximizable PT Options#
Defines passthrough(pt) options of DialogMaximizable component.
| label | type | description |
|---|---|---|
| root | DialogMaximizablePassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DialogClose PT Options#
Defines passthrough(pt) options of DialogClose component.
| label | type | description |
|---|---|---|
| root | DialogClosePassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DialogContent PT Options#
Defines passthrough(pt) options of DialogContent component.
| label | type | description |
|---|---|---|
| root | DialogContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DialogFooter PT Options#
Defines passthrough(pt) options of DialogFooter component.
| label | type | description |
|---|---|---|
| root | DialogFooterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |