mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added triggerMethod to Marionette.Controller as described https://github.com/marionettejs/backbone.marionette/blob/master/src/controller.js#L33
This commit is contained in:
Vendored
+2
@@ -231,6 +231,8 @@ declare module Marionette {
|
||||
* @param optionName the name of the option to retrieve.
|
||||
*/
|
||||
getOption(optionName: string): any;
|
||||
|
||||
triggerMethod(name: string, ...args: any[]): any;
|
||||
}
|
||||
|
||||
interface RegionConstructionOptions {
|
||||
|
||||
Reference in New Issue
Block a user