datadog-ux-utils Documentation - v1.0.0
    Preparing search index...

    Type Alias SuspenseWatchProps

    Props for SuspenseWatch.

    type SuspenseWatchProps = {
        id: string;
        children: ReactNode;
        fallback: ReactNode;
        options?: SuspenseWatchOptions;
    }
    Index

    Properties

    id: string

    Human-friendly identifier for this boundary (e.g., "SearchResults", "PatientCard").

    children: ReactNode

    The content that may suspend.

    fallback: ReactNode

    The fallback UI to render while suspended.

    Reporting / behavior options.