ItemRecentRunsAPI interface

An interface representing item recent runs related APIs

Methods

open(OpenItemRecentRunsConfig)

Opens the item recent run panel.

Method Details

open(OpenItemRecentRunsConfig)

Opens the item recent run panel.

function open(config: OpenItemRecentRunsConfig): Promise<OpenUIResult>

Parameters

config
OpenItemRecentRunsConfig

The configuration of the item recent run panel

Returns

Promise<OpenUIResult>

A promise which resolves when the panel opens up