Application document manager that owns the active drawing.
Reactive layer state and mutation functions for the active document.
Restores a captured layer snapshot. See applyLayerSnapshot.
Captures current layer states for undo/previous. See captureLayerSnapshot.
Computed LayerInfo for currentLayerName.
Writable computed current layer name (CLAYER).
Isolates a single visible layer. See isolateLayer.
Reactive list of layer rows for the active document.
Turns all layers on. See setAllLayersOn.
Sets the current layer. See setCurrentLayer.
Sets layer color. See setLayerColor.
Sets layer description. See setLayerDescription.
Freezes or thaws a layer. See setLayerFrozen.
Sets layer linetype. See setLayerLinetype.
Sets layer line weight. See setLayerLineWeight.
Locks or unlocks a layer. See setLayerLocked.
Turns a layer on or off. See setLayerOn.
Sets layer plottable flag. See setLayerPlottable.
Sets layer transparency. See setLayerTransparency.
Toggles layer frozen/thawed. See toggleLayerFrozen.
Toggles layer locked/unlocked. See toggleLayerLocked.
Toggles layer on/off. See toggleLayerOn.
Toggles one of on, frozen, or locked. See toggleLayerState.
Layer management composable for Vue UI components.
Subscribes to the active document's AcApLayerStore and exposes reactive layer rows plus mutation helpers. State resynchronizes when the user switches documents or when the layer table changes.