module Sandbox { export class SymbolicVisualHelper { public render() { if (this.renderLight) { } if (this.renderManipulator) { } } public renderLight: boolean; public renderManipulator: boolean; } }