Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 796 Bytes

kibana-plugin-core-public.chromerecentlyaccessed.add.md

File metadata and controls

34 lines (20 loc) · 796 Bytes

Home > kibana-plugin-core-public > ChromeRecentlyAccessed > add

ChromeRecentlyAccessed.add() method

Adds a new item to the recently accessed history.

Signature:

add(link: string, label: string, id: string): void;

Parameters

Parameter Type Description
link string
label string
id string

Returns:

void

Example

chrome.recentlyAccessed.add('/app/map/1234', 'Map 1234', '1234');