Parameter QML Type
Declares a dependency parameter. More...
| Import Statement: | import QbsLanguageItems . | 
Detailed Description
The Parameter item declares a dependency parameter. It can appear only within Module and Export items.
The Parameter item contains exactly one property declaration.
Example:
  Module {
      Parameter { property string extra }
  }
For more information about dependency parameters, see Module - Dependency Parameters.