const classafEfan::EfanTemplateMeta
sys::Obj afEfan::EfanTemplateMeta
Meta data about an efan template.
It is generated by the efan compiler and made available to EfanTemplate objects.
- ctxName
const Str? ctxNameThe name of the
ctxvariable the template was compiled with. Returnsnullif a ctx variable was not used.- ctxType
const Type? ctxTypeThe
ctxtype the template was compiled against. Returnsnullif a ctx variable was not used.- templateId
const Str templateIdA unique ID for the template. Defaults to the fully qualified type name.
- templateLoc
const Uri templateLocWhere the template originated from. Example,
file://layout.efan.- templateSrc
const Str templateSrcThe original efan template source string.
- type
const Type typeThe
Typeof the compiled efan template.- typeSrc
const Str typeSrcThe generated fantom code of the efan template (for the inquisitive).