Registry.get() method
Home > streplts > Registry > get
Registry.get() method
Section titled “Registry.get() method”Performs a direct match retrieval for a registered item by primary key name or structural alias.
Signature:
get(n: string): CommandInternal | undefined;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
n |
string |
The query phrase matching command string identifiers. |
Returns:
CommandInternal | undefined
The matching object metadata model, or undefined if none is found.