package editor_workspace_registry
Functions
All
All returns every registered workspace in the order they were registered. The editor's reconciliation logic uses this order as the default for workspaces that have no entry in persisted settings yet.
Get
Get returns the workspace registered under the given id, or false.
IDs
IDs returns every registered workspace id in registration order.
Register
Register adds a workspace to the registry. It is intended to be called from the package init() of every workspace (built-in or plugin). Duplicate IDs are logged and ignored.