Skip to main content

ZLoaderContext

actualpackageZLoaderContext
4 items

All

4
constructorZLoaderContext
constructor()
fun addComponent(refId: String, component: ZRef?)
Adds a component to the store with the given refId.
fun getComponent(refId: String): ZRef?
Retrieves a component from the store with the given refId.
fun hasComponent(refId: String): Boolean
Returns true if the component with the given refId has been loaded.