UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

13 lines (12 loc) 488 B
import { DestinationEvent, Parameter } from "./../index"; export interface GoToDestinationActionGoToInterface { destination?: DestinationEvent; } export declare class GoToDestinationActionGoTo implements GoToDestinationActionGoToInterface, Parameter { destination?: DestinationEvent; constructor(data: any); static getDestinationDescription(): string; static fromJson(data: any): GoToDestinationActionGoTo; toJson(): any; clone(): GoToDestinationActionGoTo; }