Loom Engine - v3.1.1
    Preparing search index...

    Interface GhostRecording

    interface GhostRecording {
        frames: GhostFrame[];
        totalMs: number;
        label?: string;
    }
    Index

    Properties

    Properties

    frames: GhostFrame[]
    totalMs: number
    label?: string