sdk.d.ts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. declare interface CadCadManagerType {
  2. edit: {
  3. enter: Fn
  4. exit: Fn
  5. }
  6. }
  7. declare interface KanKanInstance {
  8. [x: string]: any
  9. CadCadManager: CadCadManagerType
  10. }
  11. declare interface KankanMetaDataType {
  12. num: string
  13. floorLogo: string
  14. floorLogoSize: number,
  15. floorLogoFile: string
  16. music: string
  17. musicFile: string
  18. scenePassword: string,
  19. title: string
  20. description: string
  21. controls: {
  22. showMap: number
  23. showLock: number
  24. showTitle: number
  25. showPanorama: number
  26. showDollhouse: number
  27. showFloorplan: number
  28. showVR: number
  29. showTour: number
  30. showRule:number
  31. },
  32. createTime:string
  33. version: number,
  34. imgVersion: number,
  35. linkVersion: number
  36. floorPlanUser:number
  37. entry: any,
  38. sceneResolution: string,
  39. sceneFrom: string
  40. sceneKind: string
  41. boxPhotos: string,
  42. boxModels: string,
  43. videos: {
  44. data: [{ blend_fov: string, id: string, value:string }],
  45. upPath: string,
  46. version: number,
  47. },
  48. tags: number,
  49. loadingLogo: string,
  50. loadingLogoFile: string,
  51. dataSync: any,
  52. floorPlanAngle: number,
  53. floorPlanCompass: number,
  54. floorPlanUpload: any,
  55. tours: number,
  56. mosaic: number,
  57. mosaicList: [],
  58. waterMark: any,
  59. links: number,
  60. filters: number,
  61. roiFilter: any,
  62. surveillances: number,
  63. }