|
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) > [AppBase](./kibana-plugin-public.appbase.md) |
4 |
| - |
5 |
| -## AppBase interface |
6 |
| - |
7 |
| - |
8 |
| -<b>Signature:</b> |
9 |
| - |
10 |
| -```typescript |
11 |
| -export interface AppBase |
12 |
| -``` |
13 |
| - |
14 |
| -## Properties |
15 |
| - |
16 |
| -| Property | Type | Description | |
17 |
| -| --- | --- | --- | |
18 |
| -| [capabilities](./kibana-plugin-public.appbase.capabilities.md) | <code>Partial<Capabilities></code> | Custom capabilities defined by the app. | |
19 |
| -| [category](./kibana-plugin-public.appbase.category.md) | <code>AppCategory</code> | The category definition of the product See [AppCategory](./kibana-plugin-public.appcategory.md) See DEFAULT\_APP\_CATEGORIES for more reference | |
20 |
| -| [chromeless](./kibana-plugin-public.appbase.chromeless.md) | <code>boolean</code> | Hide the UI chrome when the application is mounted. Defaults to <code>false</code>. Takes precedence over chrome service visibility settings. | |
21 |
| -| [euiIconType](./kibana-plugin-public.appbase.euiicontype.md) | <code>string</code> | A EUI iconType that will be used for the app's icon. This icon takes precendence over the <code>icon</code> property. | |
22 |
| -| [icon](./kibana-plugin-public.appbase.icon.md) | <code>string</code> | A URL to an image file used as an icon. Used as a fallback if <code>euiIconType</code> is not provided. | |
23 |
| -| [id](./kibana-plugin-public.appbase.id.md) | <code>string</code> | The unique identifier of the application | |
24 |
| -| [navLinkStatus](./kibana-plugin-public.appbase.navlinkstatus.md) | <code>AppNavLinkStatus</code> | The initial status of the application's navLink. Defaulting to <code>visible</code> if <code>status</code> is <code>accessible</code> and <code>hidden</code> if status is <code>inaccessible</code> See [AppNavLinkStatus](./kibana-plugin-public.appnavlinkstatus.md) | |
25 |
| -| [order](./kibana-plugin-public.appbase.order.md) | <code>number</code> | An ordinal used to sort nav links relative to one another for display. | |
26 |
| -| [status](./kibana-plugin-public.appbase.status.md) | <code>AppStatus</code> | The initial status of the application. Defaulting to <code>accessible</code> | |
27 |
| -| [title](./kibana-plugin-public.appbase.title.md) | <code>string</code> | The title of the application. | |
28 |
| -| [tooltip](./kibana-plugin-public.appbase.tooltip.md) | <code>string</code> | A tooltip shown when hovering over app link. | |
29 |
| -| [updater$](./kibana-plugin-public.appbase.updater_.md) | <code>Observable<AppUpdater></code> | An [AppUpdater](./kibana-plugin-public.appupdater.md) observable that can be used to update the application [AppUpdatableFields](./kibana-plugin-public.appupdatablefields.md) at runtime. | |
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) > [AppBase](./kibana-plugin-public.appbase.md) |
| 4 | + |
| 5 | +## AppBase interface |
| 6 | + |
| 7 | + |
| 8 | +<b>Signature:</b> |
| 9 | + |
| 10 | +```typescript |
| 11 | +export interface AppBase |
| 12 | +``` |
| 13 | + |
| 14 | +## Properties |
| 15 | + |
| 16 | +| Property | Type | Description | |
| 17 | +| --- | --- | --- | |
| 18 | +| [capabilities](./kibana-plugin-public.appbase.capabilities.md) | <code>Partial<Capabilities></code> | Custom capabilities defined by the app. | |
| 19 | +| [category](./kibana-plugin-public.appbase.category.md) | <code>AppCategory</code> | The category definition of the product See [AppCategory](./kibana-plugin-public.appcategory.md) See DEFAULT\_APP\_CATEGORIES for more reference | |
| 20 | +| [chromeless](./kibana-plugin-public.appbase.chromeless.md) | <code>boolean</code> | Hide the UI chrome when the application is mounted. Defaults to <code>false</code>. Takes precedence over chrome service visibility settings. | |
| 21 | +| [euiIconType](./kibana-plugin-public.appbase.euiicontype.md) | <code>string</code> | A EUI iconType that will be used for the app's icon. This icon takes precendence over the <code>icon</code> property. | |
| 22 | +| [icon](./kibana-plugin-public.appbase.icon.md) | <code>string</code> | A URL to an image file used as an icon. Used as a fallback if <code>euiIconType</code> is not provided. | |
| 23 | +| [id](./kibana-plugin-public.appbase.id.md) | <code>string</code> | The unique identifier of the application | |
| 24 | +| [navLinkStatus](./kibana-plugin-public.appbase.navlinkstatus.md) | <code>AppNavLinkStatus</code> | The initial status of the application's navLink. Defaulting to <code>visible</code> if <code>status</code> is <code>accessible</code> and <code>hidden</code> if status is <code>inaccessible</code> See [AppNavLinkStatus](./kibana-plugin-public.appnavlinkstatus.md) | |
| 25 | +| [order](./kibana-plugin-public.appbase.order.md) | <code>number</code> | An ordinal used to sort nav links relative to one another for display. | |
| 26 | +| [status](./kibana-plugin-public.appbase.status.md) | <code>AppStatus</code> | The initial status of the application. Defaulting to <code>accessible</code> | |
| 27 | +| [title](./kibana-plugin-public.appbase.title.md) | <code>string</code> | The title of the application. | |
| 28 | +| [tooltip](./kibana-plugin-public.appbase.tooltip.md) | <code>string</code> | A tooltip shown when hovering over app link. | |
| 29 | +| [updater$](./kibana-plugin-public.appbase.updater_.md) | <code>Observable<AppUpdater></code> | An [AppUpdater](./kibana-plugin-public.appupdater.md) observable that can be used to update the application [AppUpdatableFields](./kibana-plugin-public.appupdatablefields.md) at runtime. | |
| 30 | + |
0 commit comments