Type Alias: GetTabFiles()
GetTabFiles = (
tabId) =>Promise<Nullable<TabFileItem[]>>
Function
Retrieves downloadable files associated with a specific product tab.
This method fetches all available files for a given tab based on the current product configuration. Files may include documentation, specifications, installation guides, CAD files, or other product-related resources that supplement the visual configuration.
The result includes complete file metadata such as names, sizes in human-readable format, and paths - everything needed to present a file list to users and enable downloads.
Parameters
tabId
string
Unique identifier for the tab containing the files
Returns
Promise<Nullable<TabFileItem[]>>
A promise resolving to an array of file objects, each containing metadata like fileName, s3Path, size, extension, etc.