UNPKG

boldsign

Version:

NodeJS client for boldsign

54 lines (53 loc) 1.17 kB
export declare class EmbeddedTemplateEditRequest { 'redirectUrl'?: string | null; 'showToolbar'?: boolean; 'viewOption'?: EmbeddedTemplateEditRequest.ViewOptionEnum; 'showSaveButton'?: boolean; 'locale'?: EmbeddedTemplateEditRequest.LocaleEnum; 'showCreateButton'?: boolean; 'showPreviewButton'?: boolean; 'showNavigationButtons'?: boolean; 'linkValidTill'?: Date | null; 'showTooltip'?: boolean; 'onBehalfOf'?: string | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export declare namespace EmbeddedTemplateEditRequest { enum ViewOptionEnum { PreparePage, FillingPage } enum LocaleEnum { En, No, Fr, De, Es, Bg, Cs, Da, It, Nl, Pl, Pt, Ro, Ru, Sv, Default, Ja, Th, ZhCn, ZhTw, Ko } }