• Wraps the ProjectLoader in a Suspense component to allow for lazy loading of the project.

    Parameters

    • props: RealityViewerProps & {
          projectId: string;
      } & RefAttributes<RealityAPI>

    Returns ReactNode

Properties

$$typeof: symbol
defaultProps?: Partial<RealityViewerProps & {
    projectId: string;
} & RefAttributes<RealityAPI>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<RealityViewerProps & {
    projectId: string;
} & RefAttributes<RealityAPI>>

Generated using TypeDoc