Skip to main content

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.

string[]

An array of the dashboard item component names.