Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Oct 2, 2020
1 parent b8a15a9 commit 3f18f03
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 226 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<b>Signature:</b>

```typescript
debouncedFetch: ((searchValue: string) => Promise<void>) & _.Cancelable;
debouncedFetch: _.DebouncedFunc<(searchValue: string) => Promise<void>>;
```
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export declare class IndexPatternSelect extends Component<IndexPatternSelectProp
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [debouncedFetch](./kibana-plugin-plugins-data-public.indexpatternselect.debouncedfetch.md) | | <code>((searchValue: string) =&gt; Promise&lt;void&gt;) &amp; _.Cancelable</code> | |
| [debouncedFetch](./kibana-plugin-plugins-data-public.indexpatternselect.debouncedfetch.md) | | <code>_.DebouncedFunc&lt;(searchValue: string) =&gt; Promise&lt;void&gt;&gt;</code> | |
| [fetchOptions](./kibana-plugin-plugins-data-public.indexpatternselect.fetchoptions.md) | | <code>(searchValue?: string) =&gt; void</code> | |
| [fetchSelectedIndexPattern](./kibana-plugin-plugins-data-public.indexpatternselect.fetchselectedindexpattern.md) | | <code>(indexPatternId: string) =&gt; Promise&lt;void&gt;</code> | |
| [onChange](./kibana-plugin-plugins-data-public.indexpatternselect.onchange.md) | | <code>(selectedOptions: any) =&gt; void</code> | |
Expand Down
Loading

0 comments on commit 3f18f03

Please sign in to comment.