Sanity Library Reference Docs
    Preparing search index...

    Type Alias ObserveForPreviewFnBeta

    ObserveForPreviewFn: (
        value: Previewable,
        type: PreviewableType,
        options?: {
            apiConfig?: ApiConfig;
            perspective?: StackablePerspective[];
            viewOptions?: PrepareViewOptions;
        },
    ) => Observable<PreparedSnapshot>

    Type declaration