Registry.add() method
Home > streplts > Registry > add
Registry.add() method
Section titled “Registry.add() method”Registers a new command schema pattern or a sub-namespace index node tree under this router.
Signature:
add(def: CommandDefinition): this;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
def |
The command target configuration schema structure. |
Returns:
this
The contextual registry instance enabling fluent operational composition.