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

    Interface LayoutShiftOptions

    interface LayoutShiftOptions {
        reportToDatadog?: boolean;
        onChange?: (clsValue: number, entry: any) => void;
    }
    Index

    Properties

    reportToDatadog?: boolean
    onChange?: (clsValue: number, entry: any) => void