Inplace Pass Through
Pass Through documentation for Inplace component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
View Content
InplaceRoot PT Options#
Defines passthrough(pt) options of Inplace component.
| label | type | description |
|---|---|---|
| root | InplaceRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| content | InplaceRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| display | InplaceRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the display's DOM element. |
| close | InplaceRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the close's DOM element. |
InplaceDisplay PT Options#
Defines passthrough(pt) options of InplaceDisplay component.
| label | type | description |
|---|---|---|
| root | InplaceDisplayPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
InplaceContent PT Options#
Defines passthrough(pt) options of InplaceContent component.
| label | type | description |
|---|---|---|
| root | InplaceContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |