function addHandler
Register a single handler
export function addHandler(selector: MaxFunctionSelector, handler: MaxFunctionHandler): void;
Name | Type | Description |
---|---|---|
selector | MaxFunctionSelector | |
handler | MaxFunctionHandler |
Register a single handler
export function addHandler(selector: MaxFunctionSelector, handler: MaxFunctionHandler): void;
Name | Type | Description |
---|---|---|
selector | MaxFunctionSelector | |
handler | MaxFunctionHandler |