Expand description
§microsoft-fast-convert
Converts one FAST declarative HTML <f-template> string into either WebUI
prerelease template HTML or FAST v3 TypeScript template source. The converter
uses a focused hand scanner rather than constructing a DOM or depending on an
HTML parser.
Structs§
- Syntax
Metadata - Metadata for a supported converter syntax target.
Enums§
- Convert
Error - An error encountered while converting a FAST declarative template.
Functions§
- convert_
template - Convert a FAST declarative template string to the requested syntax.
- syntax_
metadata - Metadata for all supported converter syntax targets.
- syntax_
metadata_ json - JSON metadata for supported converter syntax targets.