Back to Devexpress

RefreshItemsArgs Type

dashboard-js-devexpress-dot-dashboard-01d8e6f9.md

latest423 B
Original Source

RefreshItemsArgs Type

Provides data for the refresh method.

Declaration

ts
export type RefreshItemsArgs = string | Array<string>

Members

TypeDescription
string

The component name of the dashboard item.

| | string[] |

An array of the dashboard item component names.

|