LogoPixi’VN
indexNamespacesVariableGetterFunctions

Function: add()

> add(handler): void

Defined in: src/handlers/VariableGetter.ts:17

Registers a new middleware handler into the resolution chain. Handlers are invoked in the order they were added.

Parameters

handler

VariableGetterHandler

The middleware handler to register.

Returns

void