UNPKG

survey-pdf

Version:

Renders JSON-driven SurveyJS forms and their responses as PDF documents in the browser or Node.js: fillable interactive PDF forms (AcroForm) or static printouts.

16 lines (15 loc) 468 B
import { IVariablesManager } from './index'; export declare class VariablesManager implements IVariablesManager { private variables?; private hash?; private computedStyle?; private container?; setup(variables: { [index: string]: string; }): void; startCollectingVariables(): void; stopCollectingVariables(): void; private getVariable; getSizeVariable(name: string): number; getColorVariable(name: string): string; }