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