|
1 | | -<!-- Do not edit this file. It is automatically generated by API Documenter. --> |
2 | | - |
3 | | -[Home](./index.md) > [kibana-plugin-public](./kibana-plugin-public.md) > [ChromeNavLinks](./kibana-plugin-public.chromenavlinks.md) > [update](./kibana-plugin-public.chromenavlinks.update.md) |
4 | | - |
5 | | -## ChromeNavLinks.update() method |
6 | | - |
7 | | -> Warning: This API is now obsolete. |
8 | | -> |
9 | | -> Uses the [AppBase.updater$](./kibana-plugin-public.appbase.updater_.md) property when registering your application with [ApplicationSetup.register()](./kibana-plugin-public.applicationsetup.register.md) instead. |
10 | | -> |
11 | | -
|
12 | | -Update the navlink for the given id with the updated attributes. Returns the updated navlink or `undefined` if it does not exist. |
13 | | - |
14 | | -<b>Signature:</b> |
15 | | - |
16 | | -```typescript |
17 | | -update(id: string, values: ChromeNavLinkUpdateableFields): ChromeNavLink | undefined; |
18 | | -``` |
19 | | - |
20 | | -## Parameters |
21 | | - |
22 | | -| Parameter | Type | Description | |
23 | | -| --- | --- | --- | |
24 | | -| id | <code>string</code> | | |
25 | | -| values | <code>ChromeNavLinkUpdateableFields</code> | | |
26 | | - |
27 | | -<b>Returns:</b> |
28 | | - |
29 | | -`ChromeNavLink | undefined` |
30 | | - |
| 1 | +<!-- Do not edit this file. It is automatically generated by API Documenter. --> |
| 2 | + |
| 3 | +[Home](./index.md) > [kibana-plugin-public](./kibana-plugin-public.md) > [ChromeNavLinks](./kibana-plugin-public.chromenavlinks.md) > [update](./kibana-plugin-public.chromenavlinks.update.md) |
| 4 | + |
| 5 | +## ChromeNavLinks.update() method |
| 6 | + |
| 7 | +> Warning: This API is now obsolete. |
| 8 | +> |
| 9 | +> Uses the [AppBase.updater$](./kibana-plugin-public.appbase.updater_.md) property when registering your application with [ApplicationSetup.register()](./kibana-plugin-public.applicationsetup.register.md) instead. |
| 10 | +> |
| 11 | +
|
| 12 | +Update the navlink for the given id with the updated attributes. Returns the updated navlink or `undefined` if it does not exist. |
| 13 | + |
| 14 | +<b>Signature:</b> |
| 15 | + |
| 16 | +```typescript |
| 17 | +update(id: string, values: ChromeNavLinkUpdateableFields): ChromeNavLink | undefined; |
| 18 | +``` |
| 19 | + |
| 20 | +## Parameters |
| 21 | + |
| 22 | +| Parameter | Type | Description | |
| 23 | +| --- | --- | --- | |
| 24 | +| id | <code>string</code> | | |
| 25 | +| values | <code>ChromeNavLinkUpdateableFields</code> | | |
| 26 | + |
| 27 | +<b>Returns:</b> |
| 28 | + |
| 29 | +`ChromeNavLink | undefined` |
| 30 | + |
0 commit comments