@stereograph/teiaviewer - v18.5.0-dev
    Preparing search index...

    Interface ViewportProps

    interface ViewportProps {
        children?: ReactNode;
        onViewportInit?: () => void;
        sx?: SxProps<Theme>;
        viewer: Viewer;
    }

    Hierarchy (View Summary)

    Index

    Properties

    children?: ReactNode
    onViewportInit?: () => void

    Called only once when the viewport is initialized

    sx?: SxProps<Theme>
    viewer: Viewer

    The viewer to take the 3d data from