Id

var Id: String

The ID of the screen. auto generate when using default constructor.

It is recommended for a project, to use either default constructor or the constructor(ID) but not both.

If the constructor(ID) is used, each element with a screen must have a unique ID, otherwise the rendering behaviour is unpredicted