A2uiComponentReference

class A2uiComponentReference


Represents a pointer to an A2UI component with its optional data scope override.

Summary

Public constructors

A2uiComponentReference(id: String, baseDataPath: String?)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

String?

An optional relative or absolute data path to override the component's data context.

String

The unique ID of the component.

Public constructors

A2uiComponentReference

Added in 1.0.0-alpha01
A2uiComponentReference(id: String, baseDataPath: String? = null)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

baseDataPath

Added in 1.0.0-alpha01
val baseDataPathString?

An optional relative or absolute data path to override the component's data context.

id

Added in 1.0.0-alpha01
val idString

The unique ID of the component.