Registering panels
Registering panels
Before a panel can be added it must be registered, so Dockview can instantiate it by name. Components are registered through the components option and referenced by their key when you call addPanel.
You can register panels through the Dockview option components.
Each panel has an api which is used to control specific features on that individual panel. The panel also has access to the group api and the container api.