core-utils
    Preparing search index...
    interface TimelineStepEntry {
        category: string;
        depth: number;
        durationMs: number;
        error?: string;
        kind: "step";
        offsetMs: number;
        title: string;
    }
    Index

    Properties

    category: string
    depth: number
    durationMs: number
    error?: string
    kind: "step"
    offsetMs: number
    title: string