Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jarno-lernou authored Feb 16, 2024
1 parent 7d78fef commit 9d5c95d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# SLC-AS-GetViews
# SLC-AS-GetViews

This script will ask for one script parameter:

- RootView: Name of the view for which the subviews will be returned.

## Logic

The script will log in information events a list of views that are directly under the specified root view. The name and ID of the view are logged.

## Future Implementation Ideas

- The script should allow extra input to indicate what level of recursion you would like. The options could be specified by a number, indicating the level of recursion.
Specifying number '1' would show the direct sub views, while '2' would go one level deeper in the tree.

- Possibility to indicate if you want to specify the root view by name or by ID in the script parameters.

0 comments on commit 9d5c95d

Please sign in to comment.