MCPcopy Index your code
hub / github.com/SpringRoll/SpringRoll / TemplateVariables

Interface TemplateVariables

typings/Renderer.d.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface TemplateVariables {
11 [key:string]: any
12}
13
14export class DOMRenderer {
15 constructor(element : HTMLElement, templateVariables?: TemplateVariables);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected