Interface: TabFile
Definition of a file to be displayed in a tab.
This interface defines how files should be sourced and displayed in tabs of type DOWNLOADS, providing access to documentation, specifications, or other resources related to the product.
Properties
directoryPath
directoryPath:
string
The base directory path where files are stored.
This directory serves as the root for file references, either for static files or as the base for dynamic path generation.
id
id:
string
Unique identifier for this file definition.
This ID is used to reference the specific file configuration in the system.
mode
mode:
TabFileMode
The mode for sourcing file references.
Determines whether file paths are static (pre-defined) or dynamically generated based on the current configuration.
pattern
pattern:
string
Pattern for generating file paths.
For DYNAMIC mode, this pattern is filled with values from the current configuration to generate the file path. For STATIC mode, this is the fixed file path relative to the directoryPath.