Skip to main content
A newer version of this page is available. .

RefreshItemsArgs Type

Provides data for the refresh method.

Declaration

export type RefreshItemsArgs = string | Array<string>

Members

Type Description
string

The component name of the dashboard item.

Array<string>

An array of the dashboard item component names.