@realsee/dnalogel 2.15.0 → 2.16.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CSS3DRenderPlugin/Controller.d.ts +1 -0
- package/dist/CruisePlugin/Controller.d.ts +1 -2
- package/dist/CruisePlugin/typing.d.ts +12 -2
- package/dist/GuideLinePlugin/Controller.d.ts +17 -11
- package/dist/GuideLinePlugin/GuideLineItem.d.ts +26 -0
- package/dist/GuideLinePlugin/GuideLineModeItem.d.ts +61 -0
- package/dist/GuideLinePlugin/index.d.ts +3 -0
- package/dist/GuideLinePlugin/typing.d.ts +78 -1
- package/dist/GuideLinePlugin/utils/createLineGeometry.d.ts +19 -0
- package/dist/GuideLinePlugin/utils/index.d.ts +7 -0
- package/dist/base/BasePlugin.d.ts +1 -0
- package/dist/index.cjs.js +118 -118
- package/dist/index.js +4431 -4294
- package/dist/index.umd.js +117 -117
- package/dist/shared-utils/five/index.d.ts +1 -0
- package/dist/shared-utils/five/mode.d.ts +3 -0
- package/dist/shared-utils/index.d.ts +3 -0
- package/dist/shared-utils/isAbsoluteURL.d.ts +1 -0
- package/dist/shared-utils/log.d.ts +2 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +33 -31
- package/docs/classes/CruisePluginController.html +43 -25
- package/docs/classes/GuideLineItem.GuideLineItem.html +168 -0
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +283 -0
- package/docs/classes/Magnifier.html +22 -20
- package/docs/classes/ModelRoomLabelController.html +13 -11
- package/docs/classes/Object3DHelperController.html +42 -24
- package/docs/classes/PaintBrush.html +17 -15
- package/docs/classes/PanoMeasurePluginLine.html +25 -23
- package/docs/classes/PanoMeasurePluginModel.html +24 -22
- package/docs/classes/PanoMeasurePluginPoint.html +16 -14
- package/docs/classes/PanoMeasurePluginPolyline.html +28 -26
- package/docs/classes/PanoTagPluginController.html +64 -46
- package/docs/classes/Util.BetterTween.html +10 -8
- package/docs/classes/Util.FivePointSelector.html +14 -12
- package/docs/classes/Util.Interval.html +14 -12
- package/docs/classes/Util.Magnifier.html +19 -17
- package/docs/classes/Util.PointDomHelper.html +13 -11
- package/docs/classes/Util.PointHelper.html +13 -11
- package/docs/classes/Util.Rectangle.html +15 -13
- package/docs/enums/CameraMovementEffect.html +9 -7
- package/docs/enums/ContentType.html +21 -19
- package/docs/enums/DIRECTION.html +11 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +11 -9
- package/docs/enums/DimensionType.html +9 -7
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +10 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +11 -9
- package/docs/enums/PaintBrushTypeEnum.html +10 -8
- package/docs/enums/Rotation.html +10 -8
- package/docs/functions/CSS3DRenderPlugin.html +6 -4
- package/docs/functions/CameraMovementPlugin.html +6 -4
- package/docs/functions/CruisePlugin.html +6 -4
- package/docs/functions/GuideLinePlugin.html +7 -5
- package/docs/functions/ItemLabelPlugin.html +6 -4
- package/docs/functions/MapviewFloorplanPlugin.html +6 -4
- package/docs/functions/ModelChassisCompassPlugin.html +6 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +6 -4
- package/docs/functions/ModelFloorplanPlugin.html +6 -4
- package/docs/functions/ModelItemLabelPlugin.html +6 -4
- package/docs/functions/ModelRoomLabelPlugin.html +6 -4
- package/docs/functions/ModelTVVideoPlugin.html +6 -4
- package/docs/functions/ModelViewPlugin.html +6 -4
- package/docs/functions/Object3DHelperPlugin.html +6 -4
- package/docs/functions/PanoCompassPlugin.html +6 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +6 -4
- package/docs/functions/PanoDoorLabelPlugin.html +6 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +6 -4
- package/docs/functions/PanoMeasurePlugin.html +6 -4
- package/docs/functions/PanoRulerPlugin.html +6 -4
- package/docs/functions/PanoRulerProPlugin.html +6 -4
- package/docs/functions/PanoSpatialTagPlugin.html +6 -4
- package/docs/functions/PanoTagPlugin.html +6 -4
- package/docs/functions/PanoVideoPlugin.html +6 -4
- package/docs/functions/TopviewFloorplanPlugin.html +6 -4
- package/docs/functions/Util.getCoordsFromClient.html +12 -6
- package/docs/functions/Util.getCoordsFromElement.html +12 -6
- package/docs/functions/Util.getFrameTime.html +12 -6
- package/docs/functions/Util.getIntersectFromRelativePosition.html +12 -6
- package/docs/functions/Util.getRaycasterFromFivePointer.html +12 -6
- package/docs/functions/Util.isAbsoluteURL.html +78 -0
- package/docs/functions/Util.isModelLike.html +78 -0
- package/docs/functions/Util.isNil.html +12 -6
- package/docs/functions/Util.isPanoramaLike.html +78 -0
- package/docs/functions/Util.nextFrame.html +12 -6
- package/docs/functions/Util.notNil.html +12 -6
- package/docs/functions/Util.requestAnimationFrameInterval.html +12 -6
- package/docs/functions/Util.tweenProgress.html +12 -6
- package/docs/functions/Util.uuid.html +75 -0
- package/docs/functions/pluginFlag.html +7 -5
- package/docs/index.html +6 -4
- package/docs/interfaces/AddTagConfig.html +8 -6
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +13 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +10 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +9 -7
- package/docs/interfaces/EventMap.html +17 -15
- package/docs/interfaces/FloorplanBounding.html +10 -8
- package/docs/interfaces/FloorplanData.html +12 -10
- package/docs/interfaces/FloorplanEntrance.html +13 -11
- package/docs/interfaces/FloorplanExtraObject.html +12 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +10 -8
- package/docs/interfaces/FloorplanFloorData.html +11 -9
- package/docs/interfaces/FloorplanImagePosition.html +9 -7
- package/docs/interfaces/FloorplanObserver.html +11 -9
- package/docs/interfaces/FloorplanOutlineItem.html +11 -9
- package/docs/interfaces/FloorplanPosition.html +9 -7
- package/docs/interfaces/FloorplanRoomItem.html +15 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +9 -7
- package/docs/interfaces/FloorplanServerBounding.html +10 -8
- package/docs/interfaces/FloorplanServerComputedData.html +12 -10
- package/docs/interfaces/FloorplanServerData.html +9 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +12 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +10 -8
- package/docs/interfaces/FloorplanServerEntrance.html +13 -11
- package/docs/interfaces/FloorplanServerFloorData.html +11 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +9 -7
- package/docs/interfaces/FloorplanServerObserver.html +11 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +11 -9
- package/docs/interfaces/FloorplanServerPosition.html +9 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +16 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +9 -7
- package/docs/interfaces/HelperOffset.html +10 -8
- package/docs/interfaces/ImagePlaneGroup.html +8 -6
- package/docs/interfaces/ItemLabelPluginData.html +8 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +13 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +11 -9
- package/docs/interfaces/MinMax.html +9 -7
- package/docs/interfaces/ModelChassisCompassPluginData.html +9 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +10 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +9 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +10 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +10 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +8 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +13 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +9 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +8 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +11 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +10 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +8 -6
- package/docs/interfaces/ModelViewPluginExportType.html +13 -11
- package/docs/interfaces/Object3DHelperState.html +10 -8
- package/docs/interfaces/ObjectHelperControllers.html +11 -9
- package/docs/interfaces/PaintBrushAction.html +14 -12
- package/docs/interfaces/PaintBrushConfigs.html +14 -12
- package/docs/interfaces/PaintBrushState.html +12 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +12 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +7 -5
- package/docs/interfaces/PanoMeasureParameterType.html +16 -14
- package/docs/interfaces/PanoMeasurePluginLineJson.html +10 -8
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +9 -7
- package/docs/interfaces/PanoMeasurePluginPointJson.html +9 -7
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +10 -8
- package/docs/interfaces/PanoRulerPluginExportType.html +12 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +9 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +10 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +11 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +9 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +9 -7
- package/docs/interfaces/PanoRulerProPluginState.html +10 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +7 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +7 -5
- package/docs/interfaces/PanoSpatialTagPluginData.html +13 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +12 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +15 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +12 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +15 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +13 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +12 -10
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +8 -6
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +10 -8
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +8 -6
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +11 -9
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +8 -6
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +10 -8
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +12 -10
- package/docs/interfaces/Point.html +10 -8
- package/docs/interfaces/Room.html +11 -9
- package/docs/interfaces/RoomInfo.html +9 -7
- package/docs/interfaces/RoomLabel.html +16 -14
- package/docs/interfaces/RoomRules.html +7 -5
- package/docs/interfaces/Rooms.html +7 -5
- package/docs/interfaces/Scissor.html +11 -9
- package/docs/interfaces/State.html +10 -8
- package/docs/interfaces/TagCacheInterface.html +14 -12
- package/docs/interfaces/TagConfig.html +13 -11
- package/docs/interfaces/TagGLTFObjectGroup.html +8 -6
- package/docs/interfaces/TagIconUrl.html +13 -11
- package/docs/interfaces/TagObjectGroup.html +8 -6
- package/docs/interfaces/TagStyle.html +8 -6
- package/docs/interfaces/Tags.html +11 -9
- package/docs/interfaces/TemporaryState.html +8 -6
- package/docs/interfaces/Util.MagnifierParameter.html +13 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +10 -8
- package/docs/modules/GuideLineItem.html +52 -0
- package/docs/modules/GuideLineModeItem.html +52 -0
- package/docs/modules/PanoVideoPluginType.html +7 -5
- package/docs/modules/Util.html +16 -6
- package/docs/modules.html +9 -5
- package/docs/types/ArrayPosition.html +7 -5
- package/docs/types/AudioAppearance.html +7 -5
- package/docs/types/AudioTagTypeConfigKey.html +7 -5
- package/docs/types/CSS3DRenderExportType.html +7 -5
- package/docs/types/CSS3DRenderPluginExportType.html +7 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +7 -5
- package/docs/types/ClassFunctionParameters.html +7 -5
- package/docs/types/Color.html +7 -5
- package/docs/types/ContentTypeConfigKey.html +7 -5
- package/docs/types/ContentTypeConfigKeySplit.html +7 -5
- package/docs/types/ContentTypeMap.html +7 -5
- package/docs/types/Create3DDomContainerReturnType.html +7 -5
- package/docs/types/Create3DElementReturnType.html +7 -5
- package/docs/types/CruisePluginExportType.html +7 -5
- package/docs/types/Direction-1.html +7 -5
- package/docs/types/Direction4.html +7 -5
- package/docs/types/FloorplanRuleLabels.html +7 -5
- package/docs/types/FloorplanServerRuleLabels.html +7 -5
- package/docs/types/GuideLinePluginExportType.html +7 -5
- package/docs/types/HelperEventMap.html +7 -5
- package/docs/types/LoadTagConfig.html +7 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +7 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +7 -5
- package/docs/types/MediaData.html +7 -5
- package/docs/types/MediaStore.html +7 -5
- package/docs/types/ModelElement.html +7 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +7 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +7 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +7 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +7 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +7 -5
- package/docs/types/MoveArgs.html +7 -5
- package/docs/types/MoveOpts.html +7 -5
- package/docs/types/Object3DHelperEventMap.html +7 -5
- package/docs/types/ObjectFit.html +7 -5
- package/docs/types/PaintBrushEventMap.html +7 -5
- package/docs/types/PanoCompassPluginData.html +7 -5
- package/docs/types/PanoCompassPluginExportType.html +7 -5
- package/docs/types/PanoCompassPluginParameterType.html +7 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +7 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +7 -5
- package/docs/types/PanoIndex.html +7 -5
- package/docs/types/PanoMeasurePluginEvent.html +7 -5
- package/docs/types/PanoMeasureReturnType.html +7 -5
- package/docs/types/PanoSpatialTagPluginId.html +7 -5
- package/docs/types/PanoTagPluginExportInterface.html +7 -5
- package/docs/types/PanoTagPluginParamsInterface.html +7 -5
- package/docs/types/PanoVideoPluginParameterType.html +7 -5
- package/docs/types/PanoVideoPluginReturnType.html +7 -5
- package/docs/types/PlaneTag.html +7 -5
- package/docs/types/PlaneTagElement.html +7 -5
- package/docs/types/Point2DElement.html +7 -5
- package/docs/types/Point2DTag.html +7 -5
- package/docs/types/Point3DElement.html +7 -5
- package/docs/types/Point3DTag.html +7 -5
- package/docs/types/PointTag.html +7 -5
- package/docs/types/PointTagElement.html +7 -5
- package/docs/types/Position.html +7 -5
- package/docs/types/RotateArgs.html +7 -5
- package/docs/types/RotateOpts.html +7 -5
- package/docs/types/RuleLabelsKey.html +7 -5
- package/docs/types/RuleLabelsValue.html +7 -5
- package/docs/types/StickType.html +7 -5
- package/docs/types/Tag.html +7 -5
- package/docs/types/Tag2D.html +7 -5
- package/docs/types/Tag3D.html +7 -5
- package/docs/types/TagContentType.html +7 -5
- package/docs/types/TagDimensionType.html +7 -5
- package/docs/types/TagElement.html +7 -5
- package/docs/types/TagEvents.html +7 -5
- package/docs/types/TagGLTFObject.html +7 -5
- package/docs/types/TagHooks.html +7 -5
- package/docs/types/TagIconSize.html +7 -5
- package/docs/types/TagId.html +7 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +7 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +7 -5
- package/docs/types/WorkCode.html +7 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +7 -5
- package/docs/variables/PLUGIN.html +7 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +7 -5
- package/docs/variables/ROOM_TYPE_MAP.html +7 -5
- package/docs/variables/itemLabelPluginServerParams.html +7 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +7 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +7 -5
- package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -0
- package/libs/CSS3DRenderPlugin/Controller.js +40 -31
- package/libs/CSS3DRenderPlugin/index.js +12 -6
- package/libs/CruisePlugin/Controller.d.ts +1 -2
- package/libs/CruisePlugin/Controller.js +197 -174
- package/libs/CruisePlugin/index.js +33 -10
- package/libs/CruisePlugin/typing.d.ts +12 -2
- package/libs/GuideLinePlugin/Controller.d.ts +17 -11
- package/libs/GuideLinePlugin/Controller.js +111 -85
- package/libs/GuideLinePlugin/GuideLineItem/index.js +35 -0
- package/libs/GuideLinePlugin/GuideLineItem.d.ts +26 -0
- package/libs/GuideLinePlugin/GuideLineItem.js +31 -0
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +148 -0
- package/libs/GuideLinePlugin/GuideLineModeItem.d.ts +61 -0
- package/libs/GuideLinePlugin/GuideLineModeItem.js +29 -0
- package/libs/GuideLinePlugin/index.d.ts +3 -0
- package/libs/GuideLinePlugin/index.js +33 -7
- package/libs/GuideLinePlugin/typing.d.ts +78 -1
- package/libs/GuideLinePlugin/utils/createLineGeometry.d.ts +19 -0
- package/libs/GuideLinePlugin/utils/createLineGeometry.js +35 -0
- package/libs/GuideLinePlugin/utils/dataFormatter.d.ts +2 -0
- package/libs/GuideLinePlugin/utils/dataFormatter.js +6 -0
- package/libs/GuideLinePlugin/utils/index.d.ts +7 -0
- package/libs/GuideLinePlugin/utils/index.js +32 -0
- package/libs/ModelTVVideoPlugin/Plugin.js +37 -31
- package/libs/ModelTVVideoPlugin/index.js +11 -5
- package/libs/Object3DHelperPlugin/Controller.js +33 -28
- package/libs/Object3DHelperPlugin/index.js +18 -13
- package/libs/PanoCompassPlugin/Controller.js +8 -6
- package/libs/PanoCompassPlugin/index.js +12 -10
- package/libs/PanoDoorLabelPlugin/BaseController.js +47 -28
- package/libs/PanoDoorLabelPlugin/Controller.js +40 -22
- package/libs/PanoDoorLabelPlugin/index.js +21 -3
- package/libs/PanoMeasurePlugin/typings/index.js +20 -1
- package/libs/PanoSpatialTagPlugin/Plugin.js +8 -3
- package/libs/PanoSpatialTagPlugin/index.js +8 -3
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -1
- package/libs/PanoTagPlugin/Components/Tag/index.js +1 -1
- package/libs/PanoTagPlugin/Components/TagContainer.js +1 -1
- package/libs/PanoTagPlugin/Components/TagItem.js +1 -1
- package/libs/PanoTagPlugin/controller/TagCache.js +42 -22
- package/libs/PanoTagPlugin/controller/TagComputer.js +4 -3
- package/libs/PanoTagPlugin/controller/TagRender.js +3 -2
- package/libs/PanoTagPlugin/controller/TagUtil.js +8 -3
- package/libs/PanoTagPlugin/controller/index.js +6 -5
- package/libs/PanoTagPlugin/index.js +11 -10
- package/libs/PanoVideoPlugin/Controller.js +4 -3
- package/libs/PanoVideoPlugin/VideoMeshController.js +1 -1
- package/libs/PanoVideoPlugin/index.js +7 -6
- package/libs/base/BasePlugin.d.ts +1 -0
- package/libs/base/BasePlugin.js +21 -10
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +57 -38
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +22 -3
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +48 -29
- package/libs/floorplan/ModelFloorplanPlugin/index.js +22 -3
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +31 -11
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +23 -3
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +59 -40
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +22 -3
- package/libs/floorplan/index.js +6 -0
- package/libs/index.js +116 -110
- package/libs/shared-utils/five/index.d.ts +1 -0
- package/libs/shared-utils/five/index.js +1 -0
- package/libs/shared-utils/five/mode.d.ts +3 -0
- package/libs/shared-utils/five/mode.js +11 -0
- package/libs/shared-utils/index.d.ts +3 -0
- package/libs/shared-utils/index.js +36 -29
- package/libs/shared-utils/isAbsoluteURL.d.ts +1 -0
- package/libs/shared-utils/isAbsoluteURL.js +6 -0
- package/libs/shared-utils/log.d.ts +2 -0
- package/libs/shared-utils/log.js +10 -0
- package/libs/shared-utils/three/PointDomHelper.js +1 -1
- package/package.json +2 -2
- package/dist/GuideLinePlugin/utils/getLineGeometries.d.ts +0 -16
- package/libs/GuideLinePlugin/utils/getLineGeometries.d.ts +0 -16
- package/libs/GuideLinePlugin/utils/getLineGeometries.js +0 -64
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoTagPluginController | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoTagPluginController | 如视看房插件合集 - v2.16.0-0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.16.0-0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.16.0-0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.16.0-0</a></li>
|
|
16
16
|
<li><a href="PanoTagPluginController.html">PanoTagPluginController</a></li></ul>
|
|
17
17
|
<h1>Class PanoTagPluginController</h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-hierarchy">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">PanoTagPluginController</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L28">plugins/src/PanoTagPlugin/controller/index.ts:28</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
<a href="PanoTagPluginController.html#getVisibleByFloorIndex" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Visible<wbr/>By<wbr/>Floor<wbr/>Index</span></a>
|
|
74
74
|
<a href="PanoTagPluginController.html#getVisibleByPanoIndex" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Visible<wbr/>By<wbr/>Pano<wbr/>Index</span></a>
|
|
75
75
|
<a href="PanoTagPluginController.html#hide" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>hide</span></a>
|
|
76
|
+
<a href="PanoTagPluginController.html#isAbsoluteURL" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>AbsoluteURL</span></a>
|
|
76
77
|
<a href="PanoTagPluginController.html#load" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>load</span></a>
|
|
77
78
|
<a href="PanoTagPluginController.html#pauseCurrentMedia" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>pause<wbr/>Current<wbr/>Media</span></a>
|
|
78
79
|
<a href="PanoTagPluginController.html#setState" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>State</span></a>
|
|
@@ -100,7 +101,7 @@
|
|
|
100
101
|
<h4 class="tsd-returns-title">Returns <a href="PanoTagPluginController.html" class="tsd-signature-type" data-tsd-kind="Class">PanoTagPluginController</a></h4><aside class="tsd-sources">
|
|
101
102
|
<p>Overrides TagRender.constructor</p>
|
|
102
103
|
<ul>
|
|
103
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
104
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L38">plugins/src/PanoTagPlugin/controller/index.ts:38</a></li></ul></aside></li></ul></section></section>
|
|
104
105
|
<section class="tsd-panel-group tsd-member-group">
|
|
105
106
|
<h2>Properties</h2>
|
|
106
107
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="VERSION" class="tsd-anchor"></a>
|
|
@@ -110,19 +111,19 @@
|
|
|
110
111
|
</div><aside class="tsd-sources">
|
|
111
112
|
<p>Inherited from TagRender.VERSION</p>
|
|
112
113
|
<ul>
|
|
113
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
114
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/base/BasePlugin.ts#L66">plugins/src/base/BasePlugin.ts:66</a></li></ul></aside></section>
|
|
114
115
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="config" class="tsd-anchor"></a>
|
|
115
116
|
<h3 class="tsd-anchor-link"><span>config</span><a href="#config" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
116
117
|
<div class="tsd-signature">config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Pick</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/Tags.html" class="tsd-signature-type" data-tsd-kind="Interface">Tags</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"globalConfig"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"contentTypeConfig"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = DefaultConfig</span></div><aside class="tsd-sources">
|
|
117
118
|
<p>Inherited from TagRender.config</p>
|
|
118
119
|
<ul>
|
|
119
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
120
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagUtil.ts#L27">plugins/src/PanoTagPlugin/controller/TagUtil.ts:27</a></li></ul></aside></section>
|
|
120
121
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="five" class="tsd-anchor"></a>
|
|
121
122
|
<h3 class="tsd-anchor-link"><span>five</span><a href="#five" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
122
123
|
<div class="tsd-signature">five<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Five</span></div><aside class="tsd-sources">
|
|
123
124
|
<p>Inherited from TagRender.five</p>
|
|
124
125
|
<ul>
|
|
125
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
126
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/base/BasePlugin.ts#L68">plugins/src/base/BasePlugin.ts:68</a></li></ul></aside></section>
|
|
126
127
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="hooks" class="tsd-anchor"></a>
|
|
127
128
|
<h3 class="tsd-anchor-link"><span>hooks</span><a href="#hooks" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
128
129
|
<div class="tsd-signature">hooks<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Subscribe</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/EventMap.html" class="tsd-signature-type" data-tsd-kind="Interface">EventMap</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
@@ -130,7 +131,7 @@
|
|
|
130
131
|
</div><aside class="tsd-sources">
|
|
131
132
|
<p>Inherited from TagRender.hooks</p>
|
|
132
133
|
<ul>
|
|
133
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
134
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/base/BasePlugin.ts#L72">plugins/src/base/BasePlugin.ts:72</a></li></ul></aside></section>
|
|
134
135
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="state" class="tsd-anchor"></a>
|
|
135
136
|
<h3 class="tsd-anchor-link"><span>state</span><a href="#state" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
136
137
|
<div class="tsd-signature">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>enabled<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span>visible<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
@@ -145,19 +146,19 @@
|
|
|
145
146
|
<h5>visible<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></div><aside class="tsd-sources">
|
|
146
147
|
<p>Overrides TagRender.state</p>
|
|
147
148
|
<ul>
|
|
148
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
149
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L30">plugins/src/PanoTagPlugin/controller/index.ts:30</a></li></ul></aside></section>
|
|
149
150
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="staticPrefix" class="tsd-anchor"></a>
|
|
150
151
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>static<wbr/>Prefix</span><a href="#staticPrefix" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
151
152
|
<div class="tsd-signature">static<wbr/>Prefix<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = '//vrlab-static.ljcdn.com'</span></div><aside class="tsd-sources">
|
|
152
153
|
<p>Inherited from TagRender.staticPrefix</p>
|
|
153
154
|
<ul>
|
|
154
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
155
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/base/BasePlugin.ts#L74">plugins/src/base/BasePlugin.ts:74</a></li></ul></aside></section>
|
|
155
156
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="tags" class="tsd-anchor"></a>
|
|
156
157
|
<h3 class="tsd-anchor-link"><span>tags</span><a href="#tags" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
157
158
|
<div class="tsd-signature">tags<span class="tsd-signature-symbol">:</span> <a href="../types/TagElement.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagElement</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">"Image"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Link"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Video"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ImageText"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Audio"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Sticker"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"VRLink"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"PanoLink"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Marketing"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"MediaPlane"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"MediaModel"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Custom"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Unknown"</span><span class="tsd-signature-symbol">, </span><a href="../types/StickType.html" class="tsd-signature-type" data-tsd-kind="Type alias">StickType</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div><aside class="tsd-sources">
|
|
158
159
|
<p>Inherited from TagRender.tags</p>
|
|
159
160
|
<ul>
|
|
160
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
161
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagUtil.ts#L25">plugins/src/PanoTagPlugin/controller/TagUtil.ts:25</a></li></ul></aside></section></section>
|
|
161
162
|
<section class="tsd-panel-group tsd-member-group">
|
|
162
163
|
<h2>Methods</h2>
|
|
163
164
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="addTag" class="tsd-anchor"></a>
|
|
@@ -176,7 +177,7 @@
|
|
|
176
177
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> paramsConfig: <a href="../interfaces/AddTagConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">AddTagConfig</a></h5></li></ul></div>
|
|
177
178
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
178
179
|
<ul>
|
|
179
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
180
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L87">plugins/src/PanoTagPlugin/controller/index.ts:87</a></li></ul></aside></li></ul></section>
|
|
180
181
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="appendTo" class="tsd-anchor"></a>
|
|
181
182
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>append<wbr/>To</span><a href="#appendTo" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
182
183
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -192,7 +193,7 @@
|
|
|
192
193
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
193
194
|
<p>Inherited from TagRender.appendTo</p>
|
|
194
195
|
<ul>
|
|
195
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
196
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/base/BasePlugin.ts#L103">plugins/src/base/BasePlugin.ts:103</a></li></ul></aside></li></ul></section>
|
|
196
197
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeConfig" class="tsd-anchor"></a>
|
|
197
198
|
<h3 class="tsd-anchor-link"><span>change<wbr/>Config</span><a href="#changeConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
198
199
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -209,7 +210,7 @@
|
|
|
209
210
|
<h5>merge: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5></li></ul></div>
|
|
210
211
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
211
212
|
<ul>
|
|
212
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
213
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L136">plugins/src/PanoTagPlugin/controller/index.ts:136</a></li></ul></aside></li></ul></section>
|
|
213
214
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeContentTypeConfig" class="tsd-anchor"></a>
|
|
214
215
|
<h3 class="tsd-anchor-link"><span>change<wbr/>Content<wbr/>Type<wbr/>Config</span><a href="#changeContentTypeConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
215
216
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -228,7 +229,7 @@
|
|
|
228
229
|
<h5>merge: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5></li></ul></div>
|
|
229
230
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
230
231
|
<ul>
|
|
231
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
232
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L164">plugins/src/PanoTagPlugin/controller/index.ts:164</a></li></ul></aside></li></ul></section>
|
|
232
233
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeDataById" class="tsd-anchor"></a>
|
|
233
234
|
<h3 class="tsd-anchor-link"><span>change<wbr/>Data<wbr/>By<wbr/>Id</span><a href="#changeDataById" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
234
235
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -252,7 +253,7 @@
|
|
|
252
253
|
<h5>deepMerge: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5></li></ul></div>
|
|
253
254
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
254
255
|
<ul>
|
|
255
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
256
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L278">plugins/src/PanoTagPlugin/controller/index.ts:278</a></li></ul></aside></li></ul></section>
|
|
256
257
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeEnabledById" class="tsd-anchor"></a>
|
|
257
258
|
<h3 class="tsd-anchor-link"><span>change<wbr/>Enabled<wbr/>By<wbr/>Id</span><a href="#changeEnabledById" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
258
259
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -267,7 +268,7 @@
|
|
|
267
268
|
<h5>enabled: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
|
|
268
269
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
269
270
|
<ul>
|
|
270
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
271
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L258">plugins/src/PanoTagPlugin/controller/index.ts:258</a></li></ul></aside></li></ul></section>
|
|
271
272
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeGlobalConfig" class="tsd-anchor"></a>
|
|
272
273
|
<h3 class="tsd-anchor-link"><span>change<wbr/>Global<wbr/>Config</span><a href="#changeGlobalConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
273
274
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -284,7 +285,7 @@
|
|
|
284
285
|
<h5>merge: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5></li></ul></div>
|
|
285
286
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
286
287
|
<ul>
|
|
287
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
288
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L150">plugins/src/PanoTagPlugin/controller/index.ts:150</a></li></ul></aside></li></ul></section>
|
|
288
289
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeStickTypeById" class="tsd-anchor"></a>
|
|
289
290
|
<h3 class="tsd-anchor-link"><span>change<wbr/>Stick<wbr/>Type<wbr/>By<wbr/>Id</span><a href="#changeStickTypeById" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
290
291
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -308,7 +309,7 @@
|
|
|
308
309
|
<h5>deepMerge: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5></li></ul></div>
|
|
309
310
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
310
311
|
<ul>
|
|
311
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
312
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L294">plugins/src/PanoTagPlugin/controller/index.ts:294</a></li></ul></aside></li></ul></section>
|
|
312
313
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeTagById" class="tsd-anchor"></a>
|
|
313
314
|
<h3 class="tsd-anchor-link"><span>change<wbr/>Tag<wbr/>By<wbr/>Id</span><a href="#changeTagById" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
314
315
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -332,7 +333,7 @@
|
|
|
332
333
|
<h5>deepMerge: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5></li></ul></div>
|
|
333
334
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
334
335
|
<ul>
|
|
335
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
336
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L305">plugins/src/PanoTagPlugin/controller/index.ts:305</a></li></ul></aside></li></ul></section>
|
|
336
337
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeTagModel" class="tsd-anchor"></a>
|
|
337
338
|
<h3 class="tsd-anchor-link"><span>change<wbr/>Tag<wbr/>Model</span><a href="#changeTagModel" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
338
339
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -349,7 +350,7 @@
|
|
|
349
350
|
<h5>data: <span class="tsd-signature-type">PartialObjectDeep</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span><br/><span> </span>action<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"iframe"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"window"</span><span class="tsd-signature-symbol">; </span><br/><span> </span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span>matrix<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span>mediaData<span class="tsd-signature-symbol">: </span><a href="../types/MediaData.html" class="tsd-signature-type" data-tsd-kind="Type alias">MediaData</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span>mediaPosition<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span><a href="../types/ArrayPosition.html" class="tsd-signature-type" data-tsd-kind="Type alias">ArrayPosition</a><span class="tsd-signature-symbol">, </span><a href="../types/ArrayPosition.html" class="tsd-signature-type" data-tsd-kind="Type alias">ArrayPosition</a><span class="tsd-signature-symbol">, </span><a href="../types/ArrayPosition.html" class="tsd-signature-type" data-tsd-kind="Type alias">ArrayPosition</a><span class="tsd-signature-symbol">, </span><a href="../types/ArrayPosition.html" class="tsd-signature-type" data-tsd-kind="Type alias">ArrayPosition</a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">; </span><br/><span> </span>modelUrl<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>objectFit<span class="tsd-signature-symbol">?: </span><a href="../types/ObjectFit.html" class="tsd-signature-type" data-tsd-kind="Type alias">ObjectFit</a><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">></span></h5></li></ul></div>
|
|
350
351
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
351
352
|
<ul>
|
|
352
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
353
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L334">plugins/src/PanoTagPlugin/controller/index.ts:334</a></li></ul></aside></li></ul></section>
|
|
353
354
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeTagNormalById" class="tsd-anchor"></a>
|
|
354
355
|
<h3 class="tsd-anchor-link"><span>change<wbr/>Tag<wbr/>Normal<wbr/>By<wbr/>Id</span><a href="#changeTagNormalById" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
355
356
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -366,7 +367,7 @@
|
|
|
366
367
|
<h5>normal: <a href="../types/ArrayPosition.html" class="tsd-signature-type" data-tsd-kind="Type alias">ArrayPosition</a></h5></li></ul></div>
|
|
367
368
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
368
369
|
<ul>
|
|
369
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
370
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L268">plugins/src/PanoTagPlugin/controller/index.ts:268</a></li></ul></aside></li></ul></section>
|
|
370
371
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeUnfoldedById" class="tsd-anchor"></a>
|
|
371
372
|
<h3 class="tsd-anchor-link"><span>change<wbr/>Unfolded<wbr/>By<wbr/>Id</span><a href="#changeUnfoldedById" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
372
373
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -381,7 +382,7 @@
|
|
|
381
382
|
<h5>unfolded: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
|
|
382
383
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
383
384
|
<ul>
|
|
384
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
385
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L244">plugins/src/PanoTagPlugin/controller/index.ts:244</a></li></ul></aside></li></ul></section>
|
|
385
386
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="clearTags" class="tsd-anchor"></a>
|
|
386
387
|
<h3 class="tsd-anchor-link"><span>clear<wbr/>Tags</span><a href="#clearTags" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
387
388
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -390,7 +391,7 @@
|
|
|
390
391
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
391
392
|
<p>Inherited from TagRender.clearTags</p>
|
|
392
393
|
<ul>
|
|
393
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
394
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagRender.ts#L39">plugins/src/PanoTagPlugin/controller/TagRender.ts:39</a></li></ul></aside></li></ul></section>
|
|
394
395
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="destroyTagById" class="tsd-anchor"></a>
|
|
395
396
|
<h3 class="tsd-anchor-link"><span>destroy<wbr/>Tag<wbr/>By<wbr/>Id</span><a href="#destroyTagById" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
396
397
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -405,7 +406,7 @@
|
|
|
405
406
|
<h5>id: <a href="../types/TagId.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagId</a><span class="tsd-signature-symbol"> | </span><a href="../types/TagId.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagId</a><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
406
407
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
407
408
|
<ul>
|
|
408
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
409
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L323">plugins/src/PanoTagPlugin/controller/index.ts:323</a></li></ul></aside></li></ul></section>
|
|
409
410
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="disable" class="tsd-anchor"></a>
|
|
410
411
|
<h3 class="tsd-anchor-link"><span>disable</span><a href="#disable" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
411
412
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -422,7 +423,7 @@
|
|
|
422
423
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
423
424
|
<p>Overrides TagRender.disable</p>
|
|
424
425
|
<ul>
|
|
425
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
426
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L197">plugins/src/PanoTagPlugin/controller/index.ts:197</a></li></ul></aside></li></ul></section>
|
|
426
427
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="dispose" class="tsd-anchor"></a>
|
|
427
428
|
<h3 class="tsd-anchor-link"><span>dispose</span><a href="#dispose" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
428
429
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -433,7 +434,7 @@
|
|
|
433
434
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
434
435
|
<p>Overrides TagRender.dispose</p>
|
|
435
436
|
<ul>
|
|
436
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
437
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L222">plugins/src/PanoTagPlugin/controller/index.ts:222</a></li></ul></aside></li></ul></section>
|
|
437
438
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="enable" class="tsd-anchor"></a>
|
|
438
439
|
<h3 class="tsd-anchor-link"><span>enable</span><a href="#enable" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
439
440
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -450,7 +451,7 @@
|
|
|
450
451
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
451
452
|
<p>Overrides TagRender.enable</p>
|
|
452
453
|
<ul>
|
|
453
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
454
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L190">plugins/src/PanoTagPlugin/controller/index.ts:190</a></li></ul></aside></li></ul></section>
|
|
454
455
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getCurrentState" class="tsd-anchor"></a>
|
|
455
456
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Current<wbr/>State</span><a href="#getCurrentState" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
456
457
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -461,7 +462,7 @@
|
|
|
461
462
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/State.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a></h4><aside class="tsd-sources">
|
|
462
463
|
<p>Inherited from TagRender.getCurrentState</p>
|
|
463
464
|
<ul>
|
|
464
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
465
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/base/BasePlugin.ts#L95">plugins/src/base/BasePlugin.ts:95</a></li></ul></aside></li></ul></section>
|
|
465
466
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getCurrentVisibleState" class="tsd-anchor"></a>
|
|
466
467
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Current<wbr/>Visible<wbr/>State</span><a href="#getCurrentVisibleState" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
467
468
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -480,7 +481,7 @@
|
|
|
480
481
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
481
482
|
<p>Inherited from TagRender.getCurrentVisibleState</p>
|
|
482
483
|
<ul>
|
|
483
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
484
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L133">plugins/src/PanoTagPlugin/controller/TagComputer.ts:133</a></li></ul></aside></li></ul></section>
|
|
484
485
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getModelMedialVisibleByPanoIndex" class="tsd-anchor"></a>
|
|
485
486
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Model<wbr/>Medial<wbr/>Visible<wbr/>By<wbr/>Pano<wbr/>Index</span><a href="#getModelMedialVisibleByPanoIndex" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
486
487
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -496,7 +497,7 @@
|
|
|
496
497
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
497
498
|
<p>Inherited from TagRender.getModelMedialVisibleByPanoIndex</p>
|
|
498
499
|
<ul>
|
|
499
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
500
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L146">plugins/src/PanoTagPlugin/controller/TagComputer.ts:146</a></li></ul></aside></li></ul></section>
|
|
500
501
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getTagById" class="tsd-anchor"></a>
|
|
501
502
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Tag<wbr/>By<wbr/>Id</span><a href="#getTagById" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
502
503
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -517,7 +518,7 @@
|
|
|
517
518
|
<h4 class="tsd-returns-title">Returns <a href="../types/TagElement.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagElement</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">S</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
518
519
|
<p>Inherited from TagRender.getTagById</p>
|
|
519
520
|
<ul>
|
|
520
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
521
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagUtil.ts#L82">plugins/src/PanoTagPlugin/controller/TagUtil.ts:82</a></li></ul></aside></li></ul></section>
|
|
521
522
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getTagConfig" class="tsd-anchor"></a>
|
|
522
523
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Tag<wbr/>Config</span><a href="#getTagConfig" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
523
524
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -589,7 +590,7 @@ TODO: 缓存</p>
|
|
|
589
590
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/TagConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">TagConfig</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">"Image"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Link"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Video"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ImageText"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Audio"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Sticker"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"VRLink"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"PanoLink"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Marketing"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"MediaPlane"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"MediaModel"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Custom"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Unknown"</span><span class="tsd-signature-symbol">, </span><a href="../types/StickType.html" class="tsd-signature-type" data-tsd-kind="Type alias">StickType</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
590
591
|
<p>Inherited from TagRender.getTagConfig</p>
|
|
591
592
|
<ul>
|
|
592
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
593
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagUtil.ts#L103">plugins/src/PanoTagPlugin/controller/TagUtil.ts:103</a></li></ul></aside></li></ul></section>
|
|
593
594
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getUnfoldedByCamera" class="tsd-anchor"></a>
|
|
594
595
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Unfolded<wbr/>By<wbr/>Camera</span><a href="#getUnfoldedByCamera" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
595
596
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -660,7 +661,7 @@ TODO: 缓存</p>
|
|
|
660
661
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
661
662
|
<p>Inherited from TagRender.getUnfoldedByCamera</p>
|
|
662
663
|
<ul>
|
|
663
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
664
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L195">plugins/src/PanoTagPlugin/controller/TagComputer.ts:195</a></li></ul></aside></li></ul></section>
|
|
664
665
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getUnfoldedByPanoIndex" class="tsd-anchor"></a>
|
|
665
666
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Unfolded<wbr/>By<wbr/>Pano<wbr/>Index</span><a href="#getUnfoldedByPanoIndex" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
666
667
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -733,7 +734,7 @@ TODO: 缓存</p>
|
|
|
733
734
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
734
735
|
<p>Inherited from TagRender.getUnfoldedByPanoIndex</p>
|
|
735
736
|
<ul>
|
|
736
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
737
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L163">plugins/src/PanoTagPlugin/controller/TagComputer.ts:163</a></li></ul></aside></li></ul></section>
|
|
737
738
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getVisible" class="tsd-anchor"></a>
|
|
738
739
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Visible</span><a href="#getVisible" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
739
740
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -747,7 +748,7 @@ TODO: 缓存</p>
|
|
|
747
748
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
748
749
|
<p>Inherited from TagRender.getVisible</p>
|
|
749
750
|
<ul>
|
|
750
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
751
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L137">plugins/src/PanoTagPlugin/controller/TagComputer.ts:137</a></li></ul></aside></li></ul></section>
|
|
751
752
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getVisibleByFiveMode" class="tsd-anchor"></a>
|
|
752
753
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Visible<wbr/>By<wbr/>Five<wbr/>Mode</span><a href="#getVisibleByFiveMode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
753
754
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -818,7 +819,7 @@ TODO: 缓存</p>
|
|
|
818
819
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
819
820
|
<p>Inherited from TagRender.getVisibleByFiveMode</p>
|
|
820
821
|
<ul>
|
|
821
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
822
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L109">plugins/src/PanoTagPlugin/controller/TagComputer.ts:109</a></li></ul></aside></li></ul></section>
|
|
822
823
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getVisibleByFloorIndex" class="tsd-anchor"></a>
|
|
823
824
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Visible<wbr/>By<wbr/>Floor<wbr/>Index</span><a href="#getVisibleByFloorIndex" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
824
825
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -834,7 +835,7 @@ TODO: 缓存</p>
|
|
|
834
835
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
835
836
|
<p>Inherited from TagRender.getVisibleByFloorIndex</p>
|
|
836
837
|
<ul>
|
|
837
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
838
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L120">plugins/src/PanoTagPlugin/controller/TagComputer.ts:120</a></li></ul></aside></li></ul></section>
|
|
838
839
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getVisibleByPanoIndex" class="tsd-anchor"></a>
|
|
839
840
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Visible<wbr/>By<wbr/>Pano<wbr/>Index</span><a href="#getVisibleByPanoIndex" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
840
841
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -907,7 +908,7 @@ TODO: 缓存</p>
|
|
|
907
908
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
908
909
|
<p>Inherited from TagRender.getVisibleByPanoIndex</p>
|
|
909
910
|
<ul>
|
|
910
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
911
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L20">plugins/src/PanoTagPlugin/controller/TagComputer.ts:20</a></li></ul></aside></li></ul></section>
|
|
911
912
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="hide" class="tsd-anchor"></a>
|
|
912
913
|
<h3 class="tsd-anchor-link"><span>hide</span><a href="#hide" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
913
914
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -926,7 +927,21 @@ TODO: 缓存</p>
|
|
|
926
927
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
927
928
|
<p>Overrides TagRender.hide</p>
|
|
928
929
|
<ul>
|
|
929
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
930
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L183">plugins/src/PanoTagPlugin/controller/index.ts:183</a></li></ul></aside></li></ul></section>
|
|
931
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="isAbsoluteURL" class="tsd-anchor"></a>
|
|
932
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>AbsoluteURL</span><a href="#isAbsoluteURL" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
933
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
934
|
+
<li class="tsd-signature tsd-anchor-link" id="isAbsoluteURL.isAbsoluteURL-1">is<wbr/>AbsoluteURL<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#isAbsoluteURL.isAbsoluteURL-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
935
|
+
<li class="tsd-description">
|
|
936
|
+
<div class="tsd-parameters">
|
|
937
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
938
|
+
<ul class="tsd-parameter-list">
|
|
939
|
+
<li>
|
|
940
|
+
<h5>url: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
941
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
942
|
+
<p>Inherited from TagRender.isAbsoluteURL</p>
|
|
943
|
+
<ul>
|
|
944
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/base/BasePlugin.ts#L122">plugins/src/base/BasePlugin.ts:122</a></li></ul></aside></li></ul></section>
|
|
930
945
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="load" class="tsd-anchor"></a>
|
|
931
946
|
<h3 class="tsd-anchor-link"><span>load</span><a href="#load" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
932
947
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -943,7 +958,7 @@ TODO: 缓存</p>
|
|
|
943
958
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> config: <a href="../interfaces/AddTagConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">AddTagConfig</a></h5></li></ul></div>
|
|
944
959
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
945
960
|
<ul>
|
|
946
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
961
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L60">plugins/src/PanoTagPlugin/controller/index.ts:60</a></li></ul></aside></li></ul></section>
|
|
947
962
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="pauseCurrentMedia" class="tsd-anchor"></a>
|
|
948
963
|
<h3 class="tsd-anchor-link"><span>pause<wbr/>Current<wbr/>Media</span><a href="#pauseCurrentMedia" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
949
964
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -954,7 +969,7 @@ TODO: 缓存</p>
|
|
|
954
969
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
955
970
|
<p>Inherited from TagRender.pauseCurrentMedia</p>
|
|
956
971
|
<ul>
|
|
957
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
972
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/TagUtil.ts#L95">plugins/src/PanoTagPlugin/controller/TagUtil.ts:95</a></li></ul></aside></li></ul></section>
|
|
958
973
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setState" class="tsd-anchor"></a>
|
|
959
974
|
<h3 class="tsd-anchor-link"><span>set<wbr/>State</span><a href="#setState" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
960
975
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -975,7 +990,7 @@ TODO: 缓存</p>
|
|
|
975
990
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
976
991
|
<p>Overrides TagRender.setState</p>
|
|
977
992
|
<ul>
|
|
978
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
993
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L204">plugins/src/PanoTagPlugin/controller/index.ts:204</a></li></ul></aside></li></ul></section>
|
|
979
994
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="show" class="tsd-anchor"></a>
|
|
980
995
|
<h3 class="tsd-anchor-link"><span>show</span><a href="#show" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
981
996
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -994,7 +1009,7 @@ TODO: 缓存</p>
|
|
|
994
1009
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
995
1010
|
<p>Overrides TagRender.show</p>
|
|
996
1011
|
<ul>
|
|
997
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
1012
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/PanoTagPlugin/controller/index.ts#L176">plugins/src/PanoTagPlugin/controller/index.ts:176</a></li></ul></aside></li></ul></section></section></div>
|
|
998
1013
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
999
1014
|
<div class="tsd-navigation settings">
|
|
1000
1015
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -1011,8 +1026,10 @@ TODO: 缓存</p>
|
|
|
1011
1026
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
1012
1027
|
<div class="tsd-accordion-details">
|
|
1013
1028
|
<ul>
|
|
1014
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.
|
|
1029
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>0</a>
|
|
1015
1030
|
<ul>
|
|
1031
|
+
<li class="tsd-kind-namespace"><a href="../modules/GuideLineItem.html">Guide<wbr/>Line<wbr/>Item</a></li>
|
|
1032
|
+
<li class="tsd-kind-namespace"><a href="../modules/GuideLineModeItem.html">Guide<wbr/>Line<wbr/>Mode<wbr/>Item</a></li>
|
|
1016
1033
|
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
1017
1034
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
1018
1035
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
@@ -1056,6 +1073,7 @@ TODO: 缓存</p>
|
|
|
1056
1073
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="PanoTagPluginController.html#getVisibleByFloorIndex" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get<wbr/>Visible<wbr/>By<wbr/>Floor<wbr/>Index</a></li>
|
|
1057
1074
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="PanoTagPluginController.html#getVisibleByPanoIndex" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get<wbr/>Visible<wbr/>By<wbr/>Pano<wbr/>Index</a></li>
|
|
1058
1075
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="PanoTagPluginController.html#hide" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>hide</a></li>
|
|
1076
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="PanoTagPluginController.html#isAbsoluteURL" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>is<wbr/>AbsoluteURL</a></li>
|
|
1059
1077
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="PanoTagPluginController.html#load" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>load</a></li>
|
|
1060
1078
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="PanoTagPluginController.html#pauseCurrentMedia" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>pause<wbr/>Current<wbr/>Media</a></li>
|
|
1061
1079
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="PanoTagPluginController.html#setState" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>set<wbr/>State</a></li>
|