Accessing Scenario Properties
 
 Scenario properties are used to access information that applies to each scenario in a view.  
 
  The 
 scenario.props global is pre-populated with the scenario properties, which include: 
 
 
- id
- name
- notes
- path
- ownerId
- shareStatus
For a full list of available properties, see the JavaScript API documentation where the ScenarioProperties class is described.
 Scenario properties are accessed as shown in this VDL code snippet. 
 
                <vdl-section> <p vdl-text="=scenario.props.name"></p> </vdl-section>
 
