TemplateValues¶ [Source] class ref TemplateValues Constructors¶ create¶ [Source] new ref create() : TemplateValues ref^ Returns¶ TemplateValues ref^ Public Functions¶ apply¶ [Source] fun box apply( name: String val) : TemplateValue box ? Parameters¶ name: String val Returns¶ TemplateValue box ? update¶ [Source] fun ref update( name: String val, value: (String val | TemplateValue box)) : None val Parameters¶ name: String val value: (String val | TemplateValue box) Returns¶ None val