@dxos/app-framework - v0.8.2
    Preparing search index...

    Type Alias SurfaceProps<T>

    SurfaceProps: PropsWithChildren<
        {
            fallback?: ErrorBoundary["props"]["fallback"];
            placeholder?: ReactNode;
        },
    > & MakeOptional<CoreSurfaceProps<T>, "id" | "data"> & {
        [key: string]: unknown;
    }

    SurfaceProps are the props that are passed to the Surface component.

    Type Parameters

    • T extends Record<string, any> = Record<string, unknown>

    Type declaration

    • [key: string]: unknown

      Additional props to pass to the component. These props are not used by Surface itself but may be used by components which resolve the surface.