Pass Through documentation for Toast component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Toast component.
| label | type | description |
|---|---|---|
| root | ToastPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ToastRegion component.
| label | type | description |
|---|---|---|
| root | ToastRegionPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ToastItem component.
| label | type | description |
|---|---|---|
| root | ToastPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ToastTitle component.
| label | type | description |
|---|---|---|
| root | ToastTitlePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ToastDescription component.
| label | type | description |
|---|---|---|
| root | ToastPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ToastIcon component.
| label | type | description |
|---|---|---|
| root | ToastPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ToastAction component.
| label | type | description |
|---|---|---|
| root | ToastPassThroughType<ButtonHTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ToastClose component.
| label | type | description |
|---|---|---|
| root | ToastPassThroughType<ButtonHTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |