control_command
Registers a new control component by delegating to the Panel registry with the specified keyword arguments.
def control_command(
**kwargs: dict
) - > Any
Registers a new control-type panel within the system by delegating to the Panel registry.
Parameters
| Name | Type | Description |
|---|---|---|
| **kwargs | dict | Arbitrary keyword arguments containing configuration settings and metadata for the control panel. |
Returns
| Type | Description |
|---|---|
Any | The result of the Panel registration process, typically the registered panel instance or its identifier. |