Skip to content

Commit afe2dd9

Browse files
committed
docs: fix missing start code block
1 parent 729ec24 commit afe2dd9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/developer-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ This comprehensive guide covers everything developers need to know to integrate,
9191
- [`draw(): void`](#draw-void)
9292
- [`selectPlugin(pluginName: string): void`](#selectpluginpluginname-string-void)
9393
- [`getPlugins(): { [name: string]: Plugin }`](#getplugins--name-string-plugin-)
94+
- [`executeQuery(query: string, options?: PluginQueryOptions): Promise<any>`](#executequeryquery-string-options-pluginqueryoptions-promiseany)
9495
- [`download(filename?: string): void`](#downloadfilename-string-void)
9596
- [Events](#events)
9697
- [YASGUI Events](#yasgui-events)
@@ -2604,6 +2605,7 @@ for the full response object description.
26042605
in-flight requests (e.g. when the user navigates away or triggers a new
26052606
expansion before the previous one finishes).
26062607

2608+
```typescript
26072609
interface DownloadInfo {
26082610
contentType: string;
26092611
getData: () => string;

0 commit comments

Comments
 (0)