getChildByName

fun getChildByName(name: String): <Error class: unknown class>?

Finds the child of @self with @name.

Returns NULL if there is no child with this name.

See property@LeafletPage:name.

Return

the requested child of @self

Parameters

name

the name of the child to find