vdl-include
Include another VDL file in a current file. Included VDL file must contain VDL root tag with a version attribute and have a .vdl extension. Nested <vdl-include> is not supported.
Example
<vdl-include src="path/to/my.vdl"></vdl-include>
Attributes
src | A path to the vdl file to include. Path is relative to the client_resources directory. | required |
---|