MCPcopy Create free account
hub / github.com/SpringRoll/SpringRoll / IRender

Interface IRender

typings/Renderer.d.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { TimedLine } from './Localization';
2
3export interface IRender {
4 start: (args:TemplateVariables) => void;
5 stop: () => void;
6 lineBegin: (line:TimedLine) => void;
7 lineEnd: () => void;
8}
9
10export interface TemplateVariables {
11 [key:string]: any

Callers

nothing calls this directly

Implementers 2

HtmlRenderertypings/Renderer.d.ts
TextRenderertypings/Renderer.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected