Is your feature request related to a problem? Please describe.
As a developer working on Sheets, I would like a way to automatically open a specific Document's sheet when the world loads
Describe the solution you'd like
MVP: Given an ID and a Type, a single Sheet is opened on load
Expanded scope: Multiple Documents can be registered to open
Out of Scope: Canvas items
Describe alternatives you've considered
Currently I often register a Hook in my module for testing
Is your feature request related to a problem? Please describe. As a developer working on Sheets, I would like a way to automatically open a specific Document's sheet when the world loads
Describe the solution you'd like MVP: Given an ID and a Type, a single Sheet is opened on load Expanded scope: Multiple Documents can be registered to open Out of Scope: Canvas items
Describe alternatives you've considered Currently I often register a Hook in my module for testing