forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use TS to discourage SO mappings with dynamic: false / dynamic: true (e…
…lastic#69927) * Use TS to discourage SO mappings with dynamic * Some unrelated docs changes # Conflicts: # x-pack/plugins/ingest_manager/server/saved_objects/index.ts
- Loading branch information
Showing
9 changed files
with
53 additions
and
16 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
...elopment/core/public/kibana-plugin-core-public.chromestart.getcustomnavlink_.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-core-public](./kibana-plugin-core-public.md) > [ChromeStart](./kibana-plugin-core-public.chromestart.md) > [getCustomNavLink$](./kibana-plugin-core-public.chromestart.getcustomnavlink_.md) | ||
|
||
## ChromeStart.getCustomNavLink$() method | ||
|
||
Get an observable of the current custom nav link | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
getCustomNavLink$(): Observable<Partial<ChromeNavLink> | undefined>; | ||
``` | ||
<b>Returns:</b> | ||
|
||
`Observable<Partial<ChromeNavLink> | undefined>` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
...velopment/core/public/kibana-plugin-core-public.chromestart.setcustomnavlink.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-core-public](./kibana-plugin-core-public.md) > [ChromeStart](./kibana-plugin-core-public.chromestart.md) > [setCustomNavLink](./kibana-plugin-core-public.chromestart.setcustomnavlink.md) | ||
|
||
## ChromeStart.setCustomNavLink() method | ||
|
||
Override the current set of custom nav link | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
setCustomNavLink(newCustomNavLink?: Partial<ChromeNavLink>): void; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| newCustomNavLink | <code>Partial<ChromeNavLink></code> | | | ||
|
||
<b>Returns:</b> | ||
|
||
`void` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
...ore/server/kibana-plugin-core-server.savedobjectscomplexfieldmapping.dynamic.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters