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

    Interface UserLayerRecord<TLayer>

    interface UserLayerRecord<TLayer extends string> {
        id: TLayer;
        kind: "user";
        locked: boolean;
        name: string;
        visible: boolean;
    }

    Type Parameters

    • TLayer extends string

    Hierarchy

    • LayerRecordBase<TLayer>
      • UserLayerRecord
    Index

    Properties

    id: TLayer
    kind: "user"
    locked: boolean
    name: string
    visible: boolean