* @param creator A watchdog's editor creator function.
( creator: AdapterEditorCreatorFunction<TEditor> )
| 38 | * @param creator A watchdog's editor creator function. |
| 39 | */ |
| 40 | public setCreator( creator: AdapterEditorCreatorFunction<TEditor> ): void { |
| 41 | this._creator = creator; |
| 42 | } |
| 43 | |
| 44 | /** |
| 45 | * Adds an editor configuration to the context watchdog registry. Creates an instance of it. |
no outgoing calls
no test coverage detected