UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

14 lines (13 loc) 447 B
import { Item, Parameter } from "./../index"; export interface AddToolboxOutlineInterface { item?: Array<Item>; } export declare class AddToolboxOutline implements AddToolboxOutlineInterface, Parameter { item?: Array<Item>; constructor(data: any); static getItemDefault(): Array<Item>; static getItemDescription(): string; static fromJson(data: any): AddToolboxOutline; toJson(): any; clone(): AddToolboxOutline; }