kibana/docs/development/core/public/kibana-plugin-public.appbase.md
Josh Dover b352f67bdb
Add ApplicationService Mounting (#41007)
* Add core-only bundle

* Add ApplicationService mounting

* Add LegacyCore{Setup,Start}

* Fix PR comments

* Add functional tests

* Fix PR comments

* Fix PR comments

* Remove other usages of rootRoute

* Use state field notation

* Add support for open in new tab

* Fix PR comments

* Fix pesky await from the dead

* Update docs

* Bump @types/history
2019-09-03 13:03:05 -05:00

1.4 KiB

Home > kibana-plugin-public > AppBase

AppBase interface

Signature:

export interface AppBase 

Properties

Property Type Description
capabilities Partial<Capabilities> Custom capabilities defined by the app.
euiIconType string A EUI iconType that will be used for the app's icon. This icon takes precendence over the icon property.
icon string A URL to an image file used as an icon. Used as a fallback if euiIconType is not provided.
id string
order number An ordinal used to sort nav links relative to one another for display.
title string The title of the application.
tooltip$ Observable<string> An observable for a tooltip shown when hovering over app link.