UXP Toolkit
    Preparing search index...

    A collections class allowing for array access into the applications list of layers on a document, while also providing familiar methods from ExtendScript, like getByName

    // Iterate through all the top layers of frontmost document
    app.activeDocument.layers.forEach(h => console.log(h.name));

    Hierarchy

    Indexable

    • [index: number]: Layer

      Used to access the layers in the collection.

      22.5

    Index

    Accessors

    Methods

    Accessors

    Methods