Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7504007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T21:25:25+00:00 2026-05-29T21:25:25+00:00

Im building a plugin for Photoshop, which is based on layers. To do this,

  • 0

I”m building a plugin for Photoshop, which is based on layers. To do this, I need to build an array with each layer which returns true when going through a function (checking the name for matches).

How could I basically “recursively” go through the object, and child objects, until I’ve been through everything? (Putting “selected” items in an array in the process).

The object is just a plain javascript object, with tons of objects in it (and further more inside it).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T21:25:27+00:00Added an answer on May 29, 2026 at 9:25 pm

    Try this:

    var isASelectedLayer = function(element) {
        ...
    }
    var objectWithLayers = {...}
    
    var selected = [];
    var lookForSelectedLayers = function(o) {
        for(element in o) {
            if(isASelectedLayer(o[element]))
                selected.push(o[element]);
            else
                lookForSelectedLayers(o[element]);
        }
    };
    lookForSelectedLayers(objectWithLayers);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a project that uses the JVCL plugin system, which relies on runtime
I am building a firefox plugin which allows users to draw any arbitrary figure
I am building a site which uses jQUery validation plugin and want things validated
I've just discovered the fullCalendar jQuery plugin which does pretty much everything I need
I'm building an Eclipse plugin that talks to a REST interface which uses Basic
I am building a jQuery plugin and i'm using a variable in it which
I'm building a plugin which will pull custom meta post automatically. For example if
I'm building several jQuery plugin and going ahead I thought that will be useful
I'm thinking of building a plugin based application. At the moment, I am not
I am building a plugin which has a option where a user can set

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.