Using LynxLoadMeta
to render LynxView
, it is the main entrance for the client to load Lynx
templates.
meta
: Lynx template loads metadata, and developers use this data structure to specify optional data loaded by the template.meta
: Lynx template loads metadata, and developers use this data structure to specify optional data loaded by the template.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.LCD tables only load in the browser