Skip to content

Commit

Permalink
fix missing url parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
yplakosh-jaspersoft committed Oct 15, 2024
1 parent ba9f047 commit 9ce88d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/scheduler/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ import { renderScheduler, SchedulerConfig } from "@jaspersoft/jv-scheduler";
```

Scheduler package provides a
`renderScheduler(v: VisualizeClient, container: HTMLElement, config: SchedulerConfigProps): void` method.
`renderScheduler(v: VisualizeClient, uri:string, container: HTMLElement, config: SchedulerConfigProps): void` method.

Parameters:
* `v` - The `VisualizeClient` instance used to interact with Visualize.js API.
* `uri` - The path to a report or a dashboard _(/path/to/my/reports/SalesReport)_.
* `container` - The DOM element to render input controls to.
* `config` <sup>(optional)</sup> - The configuration object for the input controls. See [configure input controls]({{site.baseurl}}/pages/input-controls/basic-usage#configure-the-input-controls).

Expand Down

0 comments on commit 9ce88d7

Please sign in to comment.