XpmBuildConfigurations._buildConfigurationsNames property
Cached array of all build configuration names in the collection.
Signature
protected _buildConfigurationsNames: string[];
Remarks
This array provides O(1) access to configuration names without repeatedly creating new arrays from the map keys, improving performance when the names are accessed multiple times.
Key characteristics:
- Empty initially after construction.
- Populated during
XpmBuildConfigurations.initialise()after all configuration names are determined. - Contains all configuration names including those generated from templates.
- Returned by the
namesgetter for efficient repeated access.
This cached approach avoids the overhead of calling Array.from(map.keys()) on every access whilst still providing a clean getter interface.
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.