Skip to content

Registry.get() method

Home > streplts > Registry > get

Performs a direct match retrieval for a registered item by primary key name or structural alias.

Signature:

get(n: string): CommandInternal | undefined;

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.