AppSceneID

private enum AppSceneID : String

The window scenes we can open on macOS

Note

The ID of a scene we set on on a Window or to open a Window in the environment is a String. This is is asking for troubles, so I use an enum instead.