UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

10 lines (9 loc) 280 B
import { Parameter } from "./../index"; export interface ActionEventInterface { } export declare class ActionEvent implements ActionEventInterface, Parameter { constructor(data: any); static fromJson(data: any): ActionEvent; toJson(): any; clone(): ActionEvent; }