mmir-lib
Version:
MMIR (Mobile Multimodal Interaction and Relay) library
57 lines (31 loc) • 1.01 kB
Markdown
**[mmir-lib 7.0.0-beta1](../README.md)**
> [Globals](../README.md) / [mmir-lib](../modules/mmir_lib.md) / ControllerManager
# Interface: ControllerManager
## Hierarchy
* **ControllerManager**
## Index
### Properties
* [create](mmir_lib.controllermanager.md#create)
* [get](mmir_lib.controllermanager.md#get)
* [getNames](mmir_lib.controllermanager.md#getnames)
* [init](mmir_lib.controllermanager.md#init)
* [perform](mmir_lib.controllermanager.md#perform)
* [performHelper](mmir_lib.controllermanager.md#performhelper)
## Properties
### create
• **create**: () => any
___
### get
• **get**: (ctrlName: string) => [Controller](../classes/mmir_lib.controller.md) \| undefined
___
### getNames
• **getNames**: () => string[]
___
### init
• **init**: (callback: any, ctx: any) => any
___
### perform
• **perform**: (ctrlName: string, actionName: string, data?: any) => any
___
### performHelper
• **performHelper**: (ctrlName: string, actionName: string, data?: any) => any