Plumile JS API
    Preparing search index...

    Type Alias PerformanceTimelineInstrumentationOptions

    type PerformanceTimelineInstrumentationOptions = {
        enabled?: boolean;
        performance?: Performance;
        trackName?: string;
    }
    Index

    Properties

    enabled?: boolean
    performance?: Performance
    trackName?: string