Skip to content

Registry

A reverse index answering which labeled pattern-sets apply to a scope or path.

Type ParameterDefault typeDescription
TstringThe id type carried through from the Labeled entries.

applicableTo(scope): T[]

Ids whose set OVERLAPS the scope, in registry order. (A subtree scope is written dir/**.)

ParameterType
scopePatterns

T[]


matching(path): T[]

Ids whose set matches a CONCRETE path, in registry order.

ParameterType
pathstring

T[]

PropertyModifierTypeDescription
entriesreadonlyreadonly Labeled<T>[]The entries as supplied, in registration order.