@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>CruisePluginController | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CruisePluginController | 如视看房插件合集 - 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="CruisePluginController.html">CruisePluginController</a></li></ul>
|
|
17
17
|
<h1>Class CruisePluginController</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">CruisePluginController</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/CruisePlugin/Controller.ts#L37">plugins/src/CruisePlugin/Controller.ts:37</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">
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
<a href="CruisePluginController.html#enable" 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>enable</span></a>
|
|
50
50
|
<a href="CruisePluginController.html#getCurrentState" 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/>Current<wbr/>State</span></a>
|
|
51
51
|
<a href="CruisePluginController.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>
|
|
52
|
+
<a href="CruisePluginController.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>
|
|
52
53
|
<a href="CruisePluginController.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>
|
|
53
54
|
<a href="CruisePluginController.html#pause" 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>pause</span></a>
|
|
54
55
|
<a href="CruisePluginController.html#play" 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>play</span></a>
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
<h4 class="tsd-returns-title">Returns <a href="CruisePluginController.html" class="tsd-signature-type" data-tsd-kind="Class">CruisePluginController</a></h4><aside class="tsd-sources">
|
|
75
76
|
<p>Overrides BasePluginWithData.Controller<PluginState, EventMap, PluginServerData, PluginData>.constructor</p>
|
|
76
77
|
<ul>
|
|
77
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
78
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L90">plugins/src/CruisePlugin/Controller.ts:90</a></li></ul></aside></li></ul></section></section>
|
|
78
79
|
<section class="tsd-panel-group tsd-member-group">
|
|
79
80
|
<h2>Properties</h2>
|
|
80
81
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="VERSION" class="tsd-anchor"></a>
|
|
@@ -84,13 +85,13 @@
|
|
|
84
85
|
</div><aside class="tsd-sources">
|
|
85
86
|
<p>Inherited from BasePluginWithData.Controller.VERSION</p>
|
|
86
87
|
<ul>
|
|
87
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
88
|
+
<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>
|
|
88
89
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="five" class="tsd-anchor"></a>
|
|
89
90
|
<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>
|
|
90
91
|
<div class="tsd-signature">five<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Five</span></div><aside class="tsd-sources">
|
|
91
92
|
<p>Inherited from BasePluginWithData.Controller.five</p>
|
|
92
93
|
<ul>
|
|
93
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
94
|
+
<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>
|
|
94
95
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="hooks" class="tsd-anchor"></a>
|
|
95
96
|
<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>
|
|
96
97
|
<div class="tsd-signature">hooks<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Subscribe</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">EventMap</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
@@ -98,24 +99,24 @@
|
|
|
98
99
|
</div><aside class="tsd-sources">
|
|
99
100
|
<p>Inherited from BasePluginWithData.Controller.hooks</p>
|
|
100
101
|
<ul>
|
|
101
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
102
|
+
<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>
|
|
102
103
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="state" class="tsd-anchor"></a>
|
|
103
104
|
<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>
|
|
104
105
|
<div class="tsd-signature">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PluginState</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
|
|
105
106
|
<p>Overrides BasePluginWithData.Controller.state</p>
|
|
106
107
|
<ul>
|
|
107
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
108
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L40">plugins/src/CruisePlugin/Controller.ts:40</a></li></ul></aside></section>
|
|
108
109
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="staticPrefix" class="tsd-anchor"></a>
|
|
109
110
|
<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>
|
|
110
111
|
<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">
|
|
111
112
|
<p>Inherited from BasePluginWithData.Controller.staticPrefix</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#L74">plugins/src/base/BasePlugin.ts:74</a></li></ul></aside></section>
|
|
114
115
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="PluginVersion" class="tsd-anchor"></a>
|
|
115
116
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>Plugin<wbr/>Version</span><a href="#PluginVersion" 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">Plugin<wbr/>Version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = VERSION</span></div><aside class="tsd-sources">
|
|
117
118
|
<ul>
|
|
118
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
119
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L38">plugins/src/CruisePlugin/Controller.ts:38</a></li></ul></aside></section></section>
|
|
119
120
|
<section class="tsd-panel-group tsd-member-group">
|
|
120
121
|
<h2>Methods</h2>
|
|
121
122
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="appendTo" class="tsd-anchor"></a>
|
|
@@ -133,7 +134,7 @@
|
|
|
133
134
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
134
135
|
<p>Inherited from BasePluginWithData.Controller.appendTo</p>
|
|
135
136
|
<ul>
|
|
136
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
137
|
+
<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>
|
|
137
138
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="disable" class="tsd-anchor"></a>
|
|
138
139
|
<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>
|
|
139
140
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -153,7 +154,7 @@
|
|
|
153
154
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
154
155
|
<p>Overrides BasePluginWithData.Controller.disable</p>
|
|
155
156
|
<ul>
|
|
156
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
157
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L233">plugins/src/CruisePlugin/Controller.ts:233</a></li></ul></aside></li></ul></section>
|
|
157
158
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="dispose" class="tsd-anchor"></a>
|
|
158
159
|
<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>
|
|
159
160
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -165,7 +166,7 @@
|
|
|
165
166
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
166
167
|
<p>Overrides BasePluginWithData.Controller.dispose</p>
|
|
167
168
|
<ul>
|
|
168
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
169
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L240">plugins/src/CruisePlugin/Controller.ts:240</a></li></ul></aside></li></ul></section>
|
|
169
170
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="enable" class="tsd-anchor"></a>
|
|
170
171
|
<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>
|
|
171
172
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -185,7 +186,7 @@
|
|
|
185
186
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
186
187
|
<p>Overrides BasePluginWithData.Controller.enable</p>
|
|
187
188
|
<ul>
|
|
188
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
189
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L226">plugins/src/CruisePlugin/Controller.ts:226</a></li></ul></aside></li></ul></section>
|
|
189
190
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getCurrentState" class="tsd-anchor"></a>
|
|
190
191
|
<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>
|
|
191
192
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -196,7 +197,7 @@
|
|
|
196
197
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">PluginState</span></h4><aside class="tsd-sources">
|
|
197
198
|
<p>Inherited from BasePluginWithData.Controller.getCurrentState</p>
|
|
198
199
|
<ul>
|
|
199
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
200
|
+
<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>
|
|
200
201
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="hide" class="tsd-anchor"></a>
|
|
201
202
|
<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>
|
|
202
203
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -216,7 +217,21 @@
|
|
|
216
217
|
<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">
|
|
217
218
|
<p>Overrides BasePluginWithData.Controller.hide</p>
|
|
218
219
|
<ul>
|
|
219
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
220
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L219">plugins/src/CruisePlugin/Controller.ts:219</a></li></ul></aside></li></ul></section>
|
|
221
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="isAbsoluteURL" class="tsd-anchor"></a>
|
|
222
|
+
<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>
|
|
223
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
224
|
+
<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>
|
|
225
|
+
<li class="tsd-description">
|
|
226
|
+
<div class="tsd-parameters">
|
|
227
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
228
|
+
<ul class="tsd-parameter-list">
|
|
229
|
+
<li>
|
|
230
|
+
<h5>url: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
231
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
232
|
+
<p>Inherited from BasePluginWithData.Controller.isAbsoluteURL</p>
|
|
233
|
+
<ul>
|
|
234
|
+
<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>
|
|
220
235
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="load" class="tsd-anchor"></a>
|
|
221
236
|
<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>
|
|
222
237
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -237,7 +252,7 @@
|
|
|
237
252
|
<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">
|
|
238
253
|
<p>Overrides BasePluginWithData.Controller.load</p>
|
|
239
254
|
<ul>
|
|
240
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
255
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L114">plugins/src/CruisePlugin/Controller.ts:114</a></li></ul></aside></li></ul></section>
|
|
241
256
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="pause" class="tsd-anchor"></a>
|
|
242
257
|
<h3 class="tsd-anchor-link"><span>pause</span><a href="#pause" 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>
|
|
243
258
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -256,7 +271,7 @@
|
|
|
256
271
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> user<wbr/>Action<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li></ul></div>
|
|
257
272
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
258
273
|
<ul>
|
|
259
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
274
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L205">plugins/src/CruisePlugin/Controller.ts:205</a></li></ul></aside></li></ul></section>
|
|
260
275
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="play" class="tsd-anchor"></a>
|
|
261
276
|
<h3 class="tsd-anchor-link"><span>play</span><a href="#play" 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>
|
|
262
277
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -275,7 +290,7 @@
|
|
|
275
290
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> user<wbr/>Action<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li></ul></div>
|
|
276
291
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
277
292
|
<ul>
|
|
278
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
293
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L180">plugins/src/CruisePlugin/Controller.ts:180</a></li></ul></aside></li></ul></section>
|
|
279
294
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="playFrom" class="tsd-anchor"></a>
|
|
280
295
|
<h3 class="tsd-anchor-link"><span>play<wbr/>From</span><a href="#playFrom" 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>
|
|
281
296
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -302,7 +317,7 @@
|
|
|
302
317
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> user<wbr/>Action<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li></ul></div>
|
|
303
318
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
304
319
|
<ul>
|
|
305
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
320
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L189">plugins/src/CruisePlugin/Controller.ts:189</a></li></ul></aside></li></ul></section>
|
|
306
321
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="playFromStart" class="tsd-anchor"></a>
|
|
307
322
|
<h3 class="tsd-anchor-link"><span>play<wbr/>From<wbr/>Start</span><a href="#playFromStart" 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>
|
|
308
323
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -321,7 +336,7 @@
|
|
|
321
336
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> user<wbr/>Action<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li></ul></div>
|
|
322
337
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
323
338
|
<ul>
|
|
324
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
339
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L198">plugins/src/CruisePlugin/Controller.ts:198</a></li></ul></aside></li></ul></section>
|
|
325
340
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setState" class="tsd-anchor"></a>
|
|
326
341
|
<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>
|
|
327
342
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -340,7 +355,7 @@
|
|
|
340
355
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
341
356
|
<p>Overrides BasePluginWithData.Controller.setState</p>
|
|
342
357
|
<ul>
|
|
343
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
358
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L247">plugins/src/CruisePlugin/Controller.ts:247</a></li></ul></aside></li></ul></section>
|
|
344
359
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="show" class="tsd-anchor"></a>
|
|
345
360
|
<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>
|
|
346
361
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -360,7 +375,7 @@
|
|
|
360
375
|
<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">
|
|
361
376
|
<p>Overrides BasePluginWithData.Controller.show</p>
|
|
362
377
|
<ul>
|
|
363
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
378
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/CruisePlugin/Controller.ts#L212">plugins/src/CruisePlugin/Controller.ts:212</a></li></ul></aside></li></ul></section></section></div>
|
|
364
379
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
365
380
|
<div class="tsd-navigation settings">
|
|
366
381
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -377,8 +392,10 @@
|
|
|
377
392
|
<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>
|
|
378
393
|
<div class="tsd-accordion-details">
|
|
379
394
|
<ul>
|
|
380
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.
|
|
395
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>0</a>
|
|
381
396
|
<ul>
|
|
397
|
+
<li class="tsd-kind-namespace"><a href="../modules/GuideLineItem.html">Guide<wbr/>Line<wbr/>Item</a></li>
|
|
398
|
+
<li class="tsd-kind-namespace"><a href="../modules/GuideLineModeItem.html">Guide<wbr/>Line<wbr/>Mode<wbr/>Item</a></li>
|
|
382
399
|
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
383
400
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
384
401
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
@@ -398,6 +415,7 @@
|
|
|
398
415
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="CruisePluginController.html#enable" 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>enable</a></li>
|
|
399
416
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="CruisePluginController.html#getCurrentState" 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/>Current<wbr/>State</a></li>
|
|
400
417
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="CruisePluginController.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>
|
|
418
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="CruisePluginController.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>
|
|
401
419
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="CruisePluginController.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>
|
|
402
420
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="CruisePluginController.html#pause" 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</a></li>
|
|
403
421
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="CruisePluginController.html#play" 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>play</a></li>
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>GuideLineItem | 如视看房插件合集 - 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
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
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>
|
|
5
|
+
<div class="field">
|
|
6
|
+
<div id="tsd-toolbar-links"></div></div>
|
|
7
|
+
<ul class="results">
|
|
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.16.0-0</a></div>
|
|
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
|
+
<div class="container container-main">
|
|
12
|
+
<div class="col-8 col-content">
|
|
13
|
+
<div class="tsd-page-title">
|
|
14
|
+
<ul class="tsd-breadcrumb">
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.16.0-0</a></li>
|
|
16
|
+
<li><a href="../modules/GuideLineItem.html">GuideLineItem</a></li>
|
|
17
|
+
<li><a href="GuideLineItem.GuideLineItem.html">GuideLineItem</a></li></ul>
|
|
18
|
+
<h1>Class GuideLineItem</h1></div>
|
|
19
|
+
<section class="tsd-panel tsd-comment">
|
|
20
|
+
<div class="tsd-comment tsd-typography"><p>路线引导实例。</p>
|
|
21
|
+
<ul>
|
|
22
|
+
<li>路线包括两个部分:全景路线和模型路线。</li>
|
|
23
|
+
<li>Five 切换模态时,路线会自动切换。</li>
|
|
24
|
+
<li>GuideLineItem P</li>
|
|
25
|
+
</ul>
|
|
26
|
+
</div></section>
|
|
27
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
28
|
+
<h4>Hierarchy</h4>
|
|
29
|
+
<ul class="tsd-hierarchy">
|
|
30
|
+
<li><span class="target">GuideLineItem</span></li></ul></section><aside class="tsd-sources">
|
|
31
|
+
<ul>
|
|
32
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/GuideLinePlugin/GuideLineItem.ts#L12">plugins/src/GuideLinePlugin/GuideLineItem.ts:12</a></li></ul></aside>
|
|
33
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
34
|
+
<section class="tsd-panel tsd-index-panel">
|
|
35
|
+
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
36
|
+
<h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
|
|
37
|
+
<div class="tsd-accordion-details">
|
|
38
|
+
<section class="tsd-index-section">
|
|
39
|
+
<h3 class="tsd-index-heading">Constructors</h3>
|
|
40
|
+
<div class="tsd-index-list"><a href="GuideLineItem.GuideLineItem.html#constructor" class="tsd-index-link tsd-kind-constructor tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#4D7FFF" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-512-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-512-text"></path></svg><span>constructor</span></a>
|
|
41
|
+
</div></section>
|
|
42
|
+
<section class="tsd-index-section">
|
|
43
|
+
<h3 class="tsd-index-heading">Properties</h3>
|
|
44
|
+
<div class="tsd-index-list"><a href="GuideLineItem.GuideLineItem.html#id" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>id</span></a>
|
|
45
|
+
<a href="GuideLineItem.GuideLineItem.html#isGuideLine" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>is<wbr/>Guide<wbr/>Line</span></a>
|
|
46
|
+
<a href="GuideLineItem.GuideLineItem.html#modelItem" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>model<wbr/>Item</span></a>
|
|
47
|
+
<a href="GuideLineItem.GuideLineItem.html#panoramaItem" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>panorama<wbr/>Item</span></a>
|
|
48
|
+
<a href="GuideLineItem.GuideLineItem.html#renderID" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>renderID?</span></a>
|
|
49
|
+
</div></section>
|
|
50
|
+
<section class="tsd-index-section">
|
|
51
|
+
<h3 class="tsd-index-heading">Methods</h3>
|
|
52
|
+
<div class="tsd-index-list"><a href="GuideLineItem.GuideLineItem.html#setData" 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"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>set<wbr/>Data</span></a>
|
|
53
|
+
<a href="GuideLineItem.GuideLineItem.html#setDataByMode" 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/>Data<wbr/>By<wbr/>Mode</span></a>
|
|
54
|
+
</div></section></div></details></section></section>
|
|
55
|
+
<section class="tsd-panel-group tsd-member-group">
|
|
56
|
+
<h2>Constructors</h2>
|
|
57
|
+
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a>
|
|
58
|
+
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" 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"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
59
|
+
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
|
|
60
|
+
<li class="tsd-signature tsd-anchor-link" id="constructor.new_GuideLineItem">new <wbr/>Guide<wbr/>Line<wbr/>Item<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>five<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Five</span><span class="tsd-signature-symbol">; </span><br/><span> </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span>plugin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">default</span><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><a href="GuideLineItem.GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineItem</a><a href="#constructor.new_GuideLineItem" 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>
|
|
61
|
+
<li class="tsd-description">
|
|
62
|
+
<div class="tsd-parameters">
|
|
63
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
64
|
+
<ul class="tsd-parameter-list">
|
|
65
|
+
<li>
|
|
66
|
+
<h5>options: <span class="tsd-signature-symbol">{ </span><br/><span> </span>five<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Five</span><span class="tsd-signature-symbol">; </span><br/><span> </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span>plugin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">default</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
67
|
+
<ul class="tsd-parameters">
|
|
68
|
+
<li class="tsd-parameter">
|
|
69
|
+
<h5>five<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Five</span></h5></li>
|
|
70
|
+
<li class="tsd-parameter">
|
|
71
|
+
<h5>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5></li>
|
|
72
|
+
<li class="tsd-parameter">
|
|
73
|
+
<h5>plugin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">default</span></h5></li></ul></li></ul></div>
|
|
74
|
+
<h4 class="tsd-returns-title">Returns <a href="GuideLineItem.GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineItem</a></h4><aside class="tsd-sources">
|
|
75
|
+
<ul>
|
|
76
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/GuideLinePlugin/GuideLineItem.ts#L22">plugins/src/GuideLinePlugin/GuideLineItem.ts:22</a></li></ul></aside></li></ul></section></section>
|
|
77
|
+
<section class="tsd-panel-group tsd-member-group">
|
|
78
|
+
<h2>Properties</h2>
|
|
79
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="id" class="tsd-anchor"></a>
|
|
80
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>id</span><a href="#id" 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>
|
|
81
|
+
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
82
|
+
<ul>
|
|
83
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/GuideLinePlugin/GuideLineItem.ts#L13">plugins/src/GuideLinePlugin/GuideLineItem.ts:13</a></li></ul></aside></section>
|
|
84
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="isGuideLine" class="tsd-anchor"></a>
|
|
85
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>is<wbr/>Guide<wbr/>Line</span><a href="#isGuideLine" 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>
|
|
86
|
+
<div class="tsd-signature">is<wbr/>Guide<wbr/>Line<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol"> = true</span></div><aside class="tsd-sources">
|
|
87
|
+
<ul>
|
|
88
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/GuideLinePlugin/GuideLineItem.ts#L15">plugins/src/GuideLinePlugin/GuideLineItem.ts:15</a></li></ul></aside></section>
|
|
89
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="modelItem" class="tsd-anchor"></a>
|
|
90
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>model<wbr/>Item</span><a href="#modelItem" 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>
|
|
91
|
+
<div class="tsd-signature">model<wbr/>Item<span class="tsd-signature-symbol">:</span> <a href="GuideLineModeItem.GuideLineModeItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineModeItem</a></div><aside class="tsd-sources">
|
|
92
|
+
<ul>
|
|
93
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/GuideLinePlugin/GuideLineItem.ts#L17">plugins/src/GuideLinePlugin/GuideLineItem.ts:17</a></li></ul></aside></section>
|
|
94
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="panoramaItem" class="tsd-anchor"></a>
|
|
95
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>panorama<wbr/>Item</span><a href="#panoramaItem" 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>
|
|
96
|
+
<div class="tsd-signature">panorama<wbr/>Item<span class="tsd-signature-symbol">:</span> <a href="GuideLineModeItem.GuideLineModeItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineModeItem</a></div><aside class="tsd-sources">
|
|
97
|
+
<ul>
|
|
98
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/GuideLinePlugin/GuideLineItem.ts#L16">plugins/src/GuideLinePlugin/GuideLineItem.ts:16</a></li></ul></aside></section>
|
|
99
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="renderID" class="tsd-anchor"></a>
|
|
100
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>renderID</span><a href="#renderID" 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>
|
|
101
|
+
<div class="tsd-signature">renderID<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
102
|
+
<ul>
|
|
103
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/GuideLinePlugin/GuideLineItem.ts#L14">plugins/src/GuideLinePlugin/GuideLineItem.ts:14</a></li></ul></aside></section></section>
|
|
104
|
+
<section class="tsd-panel-group tsd-member-group">
|
|
105
|
+
<h2>Methods</h2>
|
|
106
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setData" class="tsd-anchor"></a>
|
|
107
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Data</span><a href="#setData" 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>
|
|
108
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
109
|
+
<li class="tsd-signature tsd-anchor-link" id="setData.setData-1">set<wbr/>Data<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">GuideLineItem</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setData.setData-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>
|
|
110
|
+
<li class="tsd-description">
|
|
111
|
+
<div class="tsd-parameters">
|
|
112
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
113
|
+
<ul class="tsd-parameter-list">
|
|
114
|
+
<li>
|
|
115
|
+
<h5>data: <span class="tsd-signature-type">GuideLineItem</span></h5></li></ul></div>
|
|
116
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
117
|
+
<ul>
|
|
118
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/GuideLinePlugin/GuideLineItem.ts#L30">plugins/src/GuideLinePlugin/GuideLineItem.ts:30</a></li></ul></aside></li></ul></section>
|
|
119
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setDataByMode" class="tsd-anchor"></a>
|
|
120
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Data<wbr/>By<wbr/>Mode</span><a href="#setDataByMode" 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>
|
|
121
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
122
|
+
<li class="tsd-signature tsd-anchor-link" id="setDataByMode.setDataByMode-1">set<wbr/>Data<wbr/>By<wbr/>Mode<span class="tsd-signature-symbol">(</span>mode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">GuideLineModeItemMode</span>, data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">GuideLineItem</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setDataByMode.setDataByMode-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>
|
|
123
|
+
<li class="tsd-description">
|
|
124
|
+
<div class="tsd-parameters">
|
|
125
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
126
|
+
<ul class="tsd-parameter-list">
|
|
127
|
+
<li>
|
|
128
|
+
<h5>mode: <span class="tsd-signature-type">GuideLineModeItemMode</span></h5></li>
|
|
129
|
+
<li>
|
|
130
|
+
<h5>data: <span class="tsd-signature-type">GuideLineItem</span></h5></li></ul></div>
|
|
131
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
132
|
+
<ul>
|
|
133
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/95dfd50/plugins/src/GuideLinePlugin/GuideLineItem.ts#L35">plugins/src/GuideLinePlugin/GuideLineItem.ts:35</a></li></ul></aside></li></ul></section></section></div>
|
|
134
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
135
|
+
<div class="tsd-navigation settings">
|
|
136
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
137
|
+
<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> Settings</h3></summary>
|
|
138
|
+
<div class="tsd-accordion-details">
|
|
139
|
+
<div class="tsd-filter-visibility">
|
|
140
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
141
|
+
<ul id="tsd-filter-options">
|
|
142
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
143
|
+
<div class="tsd-theme-toggle">
|
|
144
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
145
|
+
<nav class="tsd-navigation primary">
|
|
146
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
147
|
+
<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>
|
|
148
|
+
<div class="tsd-accordion-details">
|
|
149
|
+
<ul>
|
|
150
|
+
<li class="current"><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>0</a>
|
|
151
|
+
<ul>
|
|
152
|
+
<li class="current selected tsd-kind-namespace"><a href="../modules/GuideLineItem.html">Guide<wbr/>Line<wbr/>Item</a></li>
|
|
153
|
+
<li class="tsd-kind-namespace"><a href="../modules/GuideLineModeItem.html">Guide<wbr/>Line<wbr/>Mode<wbr/>Item</a></li>
|
|
154
|
+
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
155
|
+
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
156
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
157
|
+
<ul>
|
|
158
|
+
<li class="current tsd-kind-class tsd-parent-kind-namespace"><a href="GuideLineItem.GuideLineItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Guide<wbr/>Line<wbr/>Item</span></a>
|
|
159
|
+
<ul>
|
|
160
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="GuideLineItem.GuideLineItem.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-512-path"></use><use href="#icon-512-text"></use></svg>constructor</a></li>
|
|
161
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="GuideLineItem.GuideLineItem.html#id" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>id</a></li>
|
|
162
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="GuideLineItem.GuideLineItem.html#isGuideLine" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>is<wbr/>Guide<wbr/>Line</a></li>
|
|
163
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="GuideLineItem.GuideLineItem.html#modelItem" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>model<wbr/>Item</a></li>
|
|
164
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="GuideLineItem.GuideLineItem.html#panoramaItem" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>panorama<wbr/>Item</a></li>
|
|
165
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="GuideLineItem.GuideLineItem.html#renderID" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>renderID?</a></li>
|
|
166
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineItem.GuideLineItem.html#setData" 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/>Data</a></li>
|
|
167
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineItem.GuideLineItem.html#setDataByMode" 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/>Data<wbr/>By<wbr/>Mode</a></li></ul></li></ul></nav></div></div>
|
|
168
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|