pub(super) async fn get_children(
env: &MountainEnvironment,
view_identifier: String,
element_handle: Option<String>,
) -> Result<Vec<Value>, CommonError>Expand description
Gets the children for a given element. Acts as a dispatcher to native or extension providers.