loadTemplate
Using LynxLoadMeta to render LynxView, it is the main entrance for the client to load Lynx templates.
Syntax
Android
Parameters
meta: Lynx template loads metadata, and developers use this data structure to specify optional data loaded by the template.
iOS
Parameters
meta: Lynx template loads metadata, and developers use this data structure to specify optional data loaded by the template.
Harmony
LynxView has the following members:
url: String: Template file path.buffer: ArrayBuffer: The binary file data of the template.templateBundle: TemplateBundle: TemplateBundle object parsed in advance by the template's binary file data.metaData: MetaData: Initial data specified by the client during the first screen loading process.loadOption: LynxLoadOption: Additional configuration information when loading templates.
Web
Compatibility
LCD tables only load in the browser