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