Property Display Mode
Determines which properties are shown for each entity based on their values 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: All, NonEmpty, NonDefault
| Option | Behavior |
|---|---|
All (default) | Every property is shown |
NonEmpty | Properties with empty values are omitted |
NonDefault | Properties still at their default value are omitted |
When to Change This Setting
Use NonEmpty or NonDefault to keep the documentation focused on the values that were actually configured, at the cost of hiding the full property inventory.
Related Settings
| Setting | Interaction |
|---|---|
| Hide Empty Groups | Hides property groups left empty by this filtering |
| Item Settings JSON | Per-item overrides of the display mode |
Notes
- This setting is part of the Documentation settings category.
- The default value for this setting is
All.