Property Order
Determines the order in which properties are displayed for each entity in the generated documentation for a BimlFlex project.
This provides the default for BimlFlex's Generate Documentation feature, which builds a standalone HTML site from the project metadata; per-item overrides supplied through Item Settings JSON take precedence.
Options: Default, Alphabetical, ReverseAlphabetical, BimlFlexAppOrder
| Option | Behavior |
|---|---|
Default (default) | Properties are shown in their standard documentation order |
Alphabetical | Properties are sorted A–Z |
ReverseAlphabetical | Properties are sorted Z–A |
BimlFlexAppOrder | Properties follow the order of the BimlFlex app's editor forms |
Related Settings
| Setting | Interaction |
|---|---|
| Property Display Mode | Which properties are shown |
| Item Settings JSON | Per-item overrides of the property order |
Notes
- This setting is part of the Documentation settings category.
- The default value for this setting is
Default.