@stereograph/teiaviewer - v18.5.0-dev
Preparing search index...
teiaviewer
TeiaViewportProps
Interface TeiaViewportProps
interface
TeiaViewportProps
{
children
?:
ReactNode
;
onViewportInit
?:
()
=>
void
;
sx
?:
SxProps
<
Theme
>
;
viewer
:
TeiaViewer
;
}
Hierarchy (
View Summary
)
ViewportProps
TeiaViewportProps
Index
Properties
children?
on
Viewport
Init?
sx?
viewer
Properties
Optional
children
children
?:
ReactNode
Optional
on
Viewport
Init
onViewportInit
?:
()
=>
void
Called only once when the viewport is initialized
Optional
sx
sx
?:
SxProps
<
Theme
>
viewer
viewer
:
TeiaViewer
The viewer to take the 3d data from
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
on
Viewport
Init
sx
viewer
@stereograph/teiaviewer - v18.5.0-dev
Loading...