* Register a model instance promise with the manager. * * By registering the model, it can later be retrieved with `get_model`.
(model_id: string, modelPromise: Promise<WidgetModel>)
| 139 | * By registering the model, it can later be retrieved with `get_model`. |
| 140 | */ |
| 141 | register_model(model_id: string, modelPromise: Promise<WidgetModel>): void; |
| 142 | |
| 143 | /** |
| 144 | * Create a comm and new widget model. |
no outgoing calls
no test coverage detected