blob: a4f9cf45ec259c7719a417147122b0f860e70fdb [file] [view]
# PlatformSessionConfig
Platform configuration options for the session.
<table>
<tr><th>Field</th><th>Type</th><th>Description</th><th>Default</th></tr>
<tr id="include_element_manager">
<td><code>include_element_manager</code></td>
<td><code>bool</code></td>
<td></td>
<td></td>
</tr>
<tr id="enabled">
<td><code>enabled</code></td>
<td><code>bool</code></td>
<td></td>
<td></td>
</tr>
<tr id="enable_debug_shortcut">
<td><code>enable_debug_shortcut</code></td>
<td><code>bool</code></td>
<td></td>
<td></td>
</tr>
<tr id="autolaunch">
<td><code>autolaunch</code></td>
<td><code>bool</code></td>
<td>If `autolaunch` is true (the default) and the `session.url` is set in the `ProductSettings`, the named session will be launched when the device boots up.</td>
<td>true</td>
</tr>
</table>