UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

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