Documentation

getContent()

Returns the current content of the list item view container (an observable list of views), if any.

getContent(): ObservableList<View> | undefined;

Note
If the current body content is a scroll view, the content of the scroll view is returned instead. This allows the outer list container to be a scroll view.

Related