RefreshItemsArgs Type
In This Article
Provides data for the refresh method.
#Declaration
TypeScript
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. |