Skip to main content

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

NameTypeDescription
**kwargsdictArbitrary keyword arguments containing configuration settings and metadata for the control panel.

Returns

TypeDescription
AnyThe result of the Panel registration process, typically the registered panel instance or its identifier.