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

    Type Alias SuspenseSlowInfo

    Info passed to onSlow.

    type SuspenseSlowInfo = {
        id: string;
        timeoutMs: number;
        fallbackStart: number;
    }
    Index

    Properties

    id: string

    Boundary ID.

    timeoutMs: number

    Timeout threshold in ms.

    fallbackStart: number

    When the fallback mounted (ms since page load).