id property

String id
final

The unique identifier of this screen object.

The identifier must be unique within the owning scene or document and is commonly used for lookup, diffing, and state management.

Implementation

final String id;