| outline | deep |
|---|
Cannot change the id of a dock. Use register() to add new docks.
DevToolsDockHost.update() rejects id changes because docks are keyed by id.
Keep the id on update(patch) identical to the registered value, or call register() with a new id (and optionally force: true).
packages/devframe/src/node/host-docks.ts—DevToolsDockHost.update()rejects id changes because docks are keyed by id; throwsDF0002when the patch'siddiffers from the registered value.