Function executeOnModule

  • Execute a command on a module

    Parameters

    • id: string

      Module ID

    • method: string

      Name of the method to execute

    • args: any[] = []

      Array of arguments to pass to the executed method

    Returns Observable<HashMap<any>>