id property
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;
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.
final String id;