Initializing help system before first use

vdl-header

This VDL tag is used as a container for any vdl elements that are not part of the page layout or VDL component configuration. Use this at the top of your vdl-page to place things like vdl-var and vdl-action-group elements

Required parent element

Must be contained within one of the following elements:

Example

<!-- used to contain vdl-action-group -->
<vdl-header>
  <vdl-action-group name="loadModel">
    <vdl-action-execute mode="LOAD"></vdl-action-execute>
  </vdl-action-group>
</vdl-header>