mmir-tooling
Version:
Build tools for MMIR projects
52 lines (30 loc) • 923 B
Markdown
**[mmir-tooling 7.0.0-beta1](../README.md)**
> [Globals](../README.md) / [mmir-lib](../modules/mmir_lib.md) / Helper
# Class: Helper
## Hierarchy
* **Helper**
## Index
### Constructors
* [constructor](mmir_lib.helper.md#constructor)
### Methods
* [perform](mmir_lib.helper.md#perform)
## Constructors
### constructor
\+ **new Helper**(`ctrl`: string, `name`: string, `instanceConstr`: [Function](../interfaces/mmir_lib.requirejs.md#function)): [Helper](mmir_lib.helper.md)
#### Parameters:
Name | Type |
------ | ------ |
`ctrl` | string |
`name` | string |
`instanceConstr` | [Function](../interfaces/mmir_lib.requirejs.md#function) |
**Returns:** [Helper](mmir_lib.helper.md)
## Methods
### perform
▸ **perform**(`actionName`: string, `data?`: any, ...`args`: any[]): any
#### Parameters:
Name | Type |
------ | ------ |
`actionName` | string |
`data?` | any |
`...args` | any[] |
**Returns:** any