Skip to main content

$schema: http://json-schema.org/draft-07/schema#

$ref: #/definitions/PDFViewer

definitions

PDFViewer

  • Type: object
  • Properties
    • assetid required
      • Type: string
    • currentPage required
      • Type: number
    • numPages required
      • Type: number
    • displayPages required
      • Type: number
    • executeInfo required
      • Type: object

      • Properties

        • executeFunc required
          • Type: string
        • params
    • analyzed required
      • Type: string
    • client required
      • Type: string

default values

{
"assetid": "",
"currentPage": 0,
"numPages": 1,
"displayPages": 1,
"executeInfo": {
"executeFunc": "",
"params": {}
},
"analyzed": "",
"client": ""
}