Skip to content

Commit ee0e99d

Browse files
Merge branch 'master' into monitoring/better_alerts_in_ui
2 parents d9a7849 + 95beef7 commit ee0e99d

File tree

746 files changed

+24481
-8731
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

746 files changed

+24481
-8731
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeHelpExtensionLinkBase](./kibana-plugin-core-public.chromehelpextensionlinkbase.md)
4+
5+
## ChromeHelpExtensionLinkBase type
6+
7+
8+
<b>Signature:</b>
9+
10+
```typescript
11+
export declare type ChromeHelpExtensionLinkBase = Pick<EuiButtonEmptyProps, 'iconType' | 'target' | 'rel' | 'data-test-subj'>;
12+
```
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeHelpExtensionMenuCustomLink](./kibana-plugin-core-public.chromehelpextensionmenucustomlink.md) &gt; [content](./kibana-plugin-core-public.chromehelpextensionmenucustomlink.content.md)
4+
5+
## ChromeHelpExtensionMenuCustomLink.content property
6+
7+
Content of the button (in lieu of `children`<!-- -->)
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
content: React.ReactNode;
13+
```
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeHelpExtensionMenuCustomLink](./kibana-plugin-core-public.chromehelpextensionmenucustomlink.md) &gt; [href](./kibana-plugin-core-public.chromehelpextensionmenucustomlink.href.md)
4+
5+
## ChromeHelpExtensionMenuCustomLink.href property
6+
7+
URL of the link
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
href: string;
13+
```
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeHelpExtensionMenuCustomLink](./kibana-plugin-core-public.chromehelpextensionmenucustomlink.md) &gt; [linkType](./kibana-plugin-core-public.chromehelpextensionmenucustomlink.linktype.md)
4+
5+
## ChromeHelpExtensionMenuCustomLink.linkType property
6+
7+
Extend EuiButtonEmpty to provide extra functionality
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
linkType: 'custom';
13+
```

docs/development/core/public/kibana-plugin-core-public.chromehelpextensionmenucustomlink.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22

33
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeHelpExtensionMenuCustomLink](./kibana-plugin-core-public.chromehelpextensionmenucustomlink.md)
44

5-
## ChromeHelpExtensionMenuCustomLink type
5+
## ChromeHelpExtensionMenuCustomLink interface
66

77

88
<b>Signature:</b>
99

1010
```typescript
11-
export declare type ChromeHelpExtensionMenuCustomLink = EuiButtonEmptyProps & {
12-
linkType: 'custom';
13-
content: React.ReactNode;
14-
};
11+
export interface ChromeHelpExtensionMenuCustomLink extends ChromeHelpExtensionLinkBase
1512
```
13+
14+
## Properties
15+
16+
| Property | Type | Description |
17+
| --- | --- | --- |
18+
| [content](./kibana-plugin-core-public.chromehelpextensionmenucustomlink.content.md) | <code>React.ReactNode</code> | Content of the button (in lieu of <code>children</code>) |
19+
| [href](./kibana-plugin-core-public.chromehelpextensionmenucustomlink.href.md) | <code>string</code> | URL of the link |
20+
| [linkType](./kibana-plugin-core-public.chromehelpextensionmenucustomlink.linktype.md) | <code>'custom'</code> | Extend EuiButtonEmpty to provide extra functionality |
21+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeHelpExtensionMenuDiscussLink](./kibana-plugin-core-public.chromehelpextensionmenudiscusslink.md) &gt; [href](./kibana-plugin-core-public.chromehelpextensionmenudiscusslink.href.md)
4+
5+
## ChromeHelpExtensionMenuDiscussLink.href property
6+
7+
URL to discuss page. i.e. `https://discuss.elastic.co/c/${appName}`
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
href: string;
13+
```
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeHelpExtensionMenuDiscussLink](./kibana-plugin-core-public.chromehelpextensionmenudiscusslink.md) &gt; [linkType](./kibana-plugin-core-public.chromehelpextensionmenudiscusslink.linktype.md)
4+
5+
## ChromeHelpExtensionMenuDiscussLink.linkType property
6+
7+
Creates a generic give feedback link with comment icon
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
linkType: 'discuss';
13+
```

docs/development/core/public/kibana-plugin-core-public.chromehelpextensionmenudiscusslink.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22

33
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeHelpExtensionMenuDiscussLink](./kibana-plugin-core-public.chromehelpextensionmenudiscusslink.md)
44

5-
## ChromeHelpExtensionMenuDiscussLink type
5+
## ChromeHelpExtensionMenuDiscussLink interface
66

77

88
<b>Signature:</b>
99

1010
```typescript
11-
export declare type ChromeHelpExtensionMenuDiscussLink = EuiButtonEmptyProps & {
12-
linkType: 'discuss';
13-
href: string;
14-
};
11+
export interface ChromeHelpExtensionMenuDiscussLink extends ChromeHelpExtensionLinkBase
1512
```
13+
14+
## Properties
15+
16+
| Property | Type | Description |
17+
| --- | --- | --- |
18+
| [href](./kibana-plugin-core-public.chromehelpextensionmenudiscusslink.href.md) | <code>string</code> | URL to discuss page. i.e. <code>https://discuss.elastic.co/c/${appName}</code> |
19+
| [linkType](./kibana-plugin-core-public.chromehelpextensionmenudiscusslink.linktype.md) | <code>'discuss'</code> | Creates a generic give feedback link with comment icon |
20+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeHelpExtensionMenuDocumentationLink](./kibana-plugin-core-public.chromehelpextensionmenudocumentationlink.md) &gt; [href](./kibana-plugin-core-public.chromehelpextensionmenudocumentationlink.href.md)
4+
5+
## ChromeHelpExtensionMenuDocumentationLink.href property
6+
7+
URL to documentation page. i.e. `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/${appName}.html`<!-- -->,
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
href: string;
13+
```
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-public](./kibana-plugin-core-public.md) &gt; [ChromeHelpExtensionMenuDocumentationLink](./kibana-plugin-core-public.chromehelpextensionmenudocumentationlink.md) &gt; [linkType](./kibana-plugin-core-public.chromehelpextensionmenudocumentationlink.linktype.md)
4+
5+
## ChromeHelpExtensionMenuDocumentationLink.linkType property
6+
7+
Creates a deep-link to app-specific documentation
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
linkType: 'documentation';
13+
```

0 commit comments

Comments
 (0)