ComponentRef

interface ComponentRef

Symbolic reference to a Component. This concept is used to reify the link between components and used in Component.setupWiring for configuring the components' links.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val name: String

Contains the name of the specific component referenced. This name is used to identify the component in the wiring.

Link copied to clipboard
abstract val type: ComponentKind

Contains the ComponentKind of the specific component referenced.