ZRef

interface ZRef(source)

Represents a reference entity within the Zernikalos Engine.

This interface serves as the foundation for referencing other components by their unique identifier. Components implementing this interface can be used within reference-based systems, enabling efficient retrieval and management.

See also

Inheritors

Properties

Link copied to clipboard
abstract val refId: String

Represents the unique identifier for a reference-based component. The refId is used as a distinctive key for retrieving or linking this component within reference-dependent systems.