Interface: ViewportProps
Hierarchy
DetailedHTMLProps
<HTMLAttributes
<HTMLDivElement
>,HTMLDivElement
>↳
ViewportProps
Properties
registerViewport
• Optional
registerViewport: (element
: HTMLDivElement
) => void
Type declaration
▸ (element
): void
Callback fired after the component mounts.
Parameters
Name | Type |
---|---|
element | HTMLDivElement |
Returns
void