getChildByName

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

⚠️ Deprecated ⚠️

This is deprecated since version 1.4.

See migrating-to-breakpoints.html#replace-adwleaflet

---

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