Skip to main content

Type Alias: GetTabFiles()

GetTabFiles: (tabId) => Promise<Nullable<TabFileItem[]>>

Get list of available files on Files tab. Some files are added based on configuration code, so it's advised to call this after each configuration code change (unless only static files are used). Calls productService /get-tab-files endpoint to get array of files

Parameters

tabId: string

Id of the tab

Returns

Promise<Nullable<TabFileItem[]>>

Array of available files

Since

6.0.0