getChildren

abstract fun getChildren(element: T = definedExternally): ProviderResult<ReadonlyArray<T>>(source)

Get the children of element or root if no element is passed.

Parameters

element

The element from which the provider gets children. Can be undefined.