Skip to content

Registry class

Home > strepl > Registry

Core command resolution hierarchical routing dictionary structure.

Signature:

export declare class Registry

Maintains an internal identifier mapping of lookup keys, primary names, and input command definitions enabling recursive execution and token lookups.

Method

Modifiers

Description

add(def)

Registers a new command schema pattern or a sub-namespace index node tree under this router.

all()

Assembles a collection containing all distinct command structures stored under this map layer.

get(n)

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

names()

Extracts an array sequence containing all operational match labels, including all aliases.