@eddye68/studio-client
Version:
The AWS service Studio client
1 lines • 2.19 kB
Source Map (JSON)
{"version":3,"sources":["../../../src/model/wfl/page.ts"],"sourcesContent":["import { Attachment } from \"./attachment\";\nimport { Edition } from \"./edition\";\n\nexport class Page {\n public __classname__: string = 'Page';\n\n public Width : number | null = null;\n\tpublic Height : number | null = null;\n\tpublic PageNumber : string | null = null;\n\tpublic PageOrder : number | null = null;\n\tpublic Files : Attachment[] | null = null;\n\tpublic Edition : Edition | null = null;\n\tpublic Master : string | null = null;\n\tpublic Instance : string | null = null;\n\tpublic PageSequence : number | null = null;\n\tpublic Renditions : string[] | null = null;\n\tpublic Orientation : string | null = null;\n\n constructor(\n Width: number | null = null,\n Height: number | null = null,\n PageNumber: string | null = null,\n PageOrder: number | null = null,\n Files: Attachment[] | null = null,\n Edition: Edition | null = null,\n Master: string | null = null,\n Instance: string | null = null,\n PageSequence: number | null = null,\n Renditions: string[] | null = null,\n Orientation: string | null = null\n ) {\n this.Width = Width;\n this.Height = Height;\n this.PageNumber = PageNumber;\n this.PageOrder = PageOrder;\n this.Files = Files;\n this.Edition = Edition;\n this.Master = Master;\n this.Instance = Instance;\n this.PageSequence = PageSequence;\n this.Renditions = Renditions;\n this.Orientation = Orientation;\n }\n\n}"],"mappings":";AAGO,IAAM,OAAN,MAAW;AAAA,EAed,YACI,QAAuB,MACvB,SAAwB,MACxB,aAA4B,MAC5B,YAA2B,MAC3B,QAA6B,MAC7B,UAA0B,MAC1B,SAAwB,MACxB,WAA0B,MAC1B,eAA8B,MAC9B,aAA8B,MAC9B,cAA6B,MAC/B;AA1BF,SAAO,gBAAwB;AAE/B,SAAO,QAAwB;AAClC,SAAO,SAAyB;AAChC,SAAO,aAA6B;AACpC,SAAO,YAA4B;AACnC,SAAO,QAA8B;AACrC,SAAO,UAA2B;AAClC,SAAO,SAAyB;AAChC,SAAO,WAA2B;AAClC,SAAO,eAA+B;AACtC,SAAO,aAA+B;AACtC,SAAO,cAA8B;AAe9B,SAAK,QAAQ;AACb,SAAK,SAAS;AACd,SAAK,aAAa;AAClB,SAAK,YAAY;AACjB,SAAK,QAAQ;AACb,SAAK,UAAU;AACf,SAAK,SAAS;AACd,SAAK,WAAW;AAChB,SAAK,eAAe;AACpB,SAAK,aAAa;AAClB,SAAK,cAAc;AAAA,EACvB;AAEJ;","names":[]}