rmapi-js
    Preparing search index...

    Interface RmSceneLayer

    a resolved drawing layer (a scene-tree group)

    interface RmSceneLayer {
        id: CrdtId;
        items: RmSceneItem[];
        label?: string;
        visible?: boolean;
    }
    Index

    Properties

    Properties

    id: CrdtId

    the group's crdt id

    items: RmSceneItem[]

    the layer's items (nested layers, strokes, glyphs) in CRDT order

    label?: string

    the layer name, if set

    visible?: boolean

    whether the layer is visible, if set