UNPKG

survey-pdf

Version:

survey.pdf.js is a SurveyJS PDF Library. It is a easy way to export SurveyJS surveys to PDF. It uses JSON for survey metadata.

10 lines (9 loc) 333 B
import { TextBrick } from './pdf_text'; export declare class LinkBrick extends TextBrick { protected link: string; private static readonly SCALE_FACTOR_MAGIC; static readonly COLOR: string; constructor(textFlat: TextBrick, link: string); renderInteractive(): Promise<void>; renderReadOnly(): Promise<void>; }