UXP Toolkit
    Preparing search index...

    A collections class allowing for array access into a document's Layer Comps

    Access this collection through Document.layerComps property. For example, following adds a new Layer Comp to the collection:

    const comp = await app.activeDocument.layerComps.add();
    

    24.0

    Hierarchy

    Indexable

    • [index: number]: LayerComp

      Used to access the Layer Comp in the collection

    Index

    Accessors

    Methods