@@ -532,17 +532,17 @@ All Components support [all R3F event handlers](https://docs.pmnd.rs/react-three
532532
533533Each component exposes the ` ComponentInternals ` when using a ` ref ` . The component internals provide you with access to
534534
535- | Property | Explanation |
536- | ------------------- | ---------------------------------------------------------------------------------------------------------- |
537- | borderInset | a tuple containing the border sizes on all 4 sides ` [top, right, bottom, left] ` |
538- | paddingInset | a tuple containing the padding sizes on all 4 sides ` [top, right, bottom, left] ` |
539- | center | the offset between from the element's center to its parent's center |
540- | size | the outer width/height of the element |
541- | interactionPanel | the mesh added to the scene graph to capture events |
542- | scrollPosition | the x/y scroll position of the children when the element is scrollable |
543- | pixelSize | the size of one pixel |
544- | maxScrollPosition | the maximum x/y scroll position, based on the size of the children |
545- | isClipped | exploses whether the element is fully clipped by some ancestor |
546- | setStyle | set the styles of the element (the provided styles have a higher precedence then the element's properties) |
547- | getStyle | get the object last written to ` setStyle ` |
548- | getComputedProperty | read the current value for any property (combines default properties, direct properties, and styles) |
535+ | Property | Explanation |
536+ | ------------------- | --------------------------------------------------------------------------------------------------------------- |
537+ | borderInset | a tuple containing the border sizes on all 4 sides ` [top, right, bottom, left] ` |
538+ | paddingInset | a tuple containing the padding sizes on all 4 sides ` [top, right, bottom, left] ` |
539+ | center | the offset between from the element's center to its parent's center |
540+ | size | the outer width/height of the element |
541+ | interactionPanel | the mesh added to the scene graph to capture events |
542+ | scrollPosition | the x/y scroll position of the children when the element is scrollable |
543+ | pixelSize | the size of one pixel |
544+ | maxScrollPosition | the maximum x/y scroll position, based on the size of the children |
545+ | isClipped | exploses whether the element is fully clipped by some ancestor |
546+ | setStyle | modifies the styles of the element (the provided styles have a higher precedence then the element's properties) |
547+ | getStyle | get the current style of the object |
548+ | getComputedProperty | read the current value for any property (combines default properties, direct properties, and styles) |
0 commit comments