weasel API - v0.8.0
    Preparing search index...

    Interface RecordedLayer

    interface RecordedLayer {
        id: string;
        index: number;
        label: string;
        space: "world" | "screen";
    }
    Index

    Properties

    Properties

    id: string
    index: number
    label: string
    space: "world" | "screen"