kibana/docs/development/core/public/kibana-plugin-public.chromerecentlyaccessed.md
Josh Dover 5941436e1b
Remove final legacy dependencies from Header UI (#38175)
* Remove final legacy dependencies from Header UI

* Address @eliperelman comments

* Move files for x-pack move
2019-06-20 15:57:02 -05:00

910 B

Home > kibana-plugin-public > ChromeRecentlyAccessed

ChromeRecentlyAccessed interface

APIs for recently accessed history.

Signature:

export interface ChromeRecentlyAccessed 

Methods

Method Description
add(link, label, id) Adds a new item to the recently accessed history.
get() Gets an Array of the current recently accessed history.
get$() Gets an Observable of the array of recently accessed history.