From 9d5c95d297225bd312af66c42d9fa2b787367829 Mon Sep 17 00:00:00 2001 From: Jarno Lernou <114563645+jarno-lernou@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:06:55 +0100 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e82d1e0..ac4fef0 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# SLC-AS-GetViews \ No newline at end of file +# 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.