diff --git a/marionette/marionette.d.ts b/marionette/marionette.d.ts index 40c0f6775..39faea563 100644 --- a/marionette/marionette.d.ts +++ b/marionette/marionette.d.ts @@ -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 {