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

    Interface SystemLayerRecord<TLayer>

    interface SystemLayerRecord<TLayer extends string> {
        id: TLayer;
        kind: "system";
        locked: boolean;
        visible: boolean;
    }

    Type Parameters

    • TLayer extends string

    Hierarchy

    • LayerRecordBase<TLayer>
      • SystemLayerRecord
    Index

    Properties

    Properties

    id: TLayer
    kind: "system"
    locked: boolean
    visible: boolean