addComponent

open override fun addComponent(component: Component): InternalAttachedComponent

Note that this method can be overridden we'd like to advise against if it is possible. The logic is complex and you can easily get into a sorry state where the implementation doesn't make sense. If you really need to override this please call super.addComponent and let Zircon do the heavy lifting for you.

Sources

(source)
Link copied to clipboard