Skip to main content

Get All Descendent Views

An expression editor function that returns all nested child views in a hierarchy.

Updated yesterday

Overview

This function returns an array containing all children and nested children of the specified object, traversing the entire view hierarchy.


Parameters

getAllDescendentViews(object)

Object

The parent object whose descendants you want to retrieve.

Did this answer your question?