Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies information about a group of ClientPrintJob objects to be processed at the client side.

Hierarchy

Index

Properties

Accessors

Methods

Properties

_jobs

_jobs: ClientPrintJob[] = []

_type

_type: string = ""

Accessors

jobs

jobs:

Gets an array of ClientPrintJob objects to be printed at the client side. Default is an empty list.

Methods

_generateDataAsync

  • _generateDataAsync(): Promise<Blob>
  • Returns Promise<Blob>

sendToClient

  • sendToClient(): Promise<Object>