Interface RuntimeReference

Represents a reference that some component is dependent on it.

interface RuntimeReference ;

Represents a reference that some component is dependent on it. It will resolve itself to the referenced component, that is subclass of Object, or component that is encapsulated in Wrapper object.

Methods

NameDescription
get Resolve the reference, to referenced component.