@realsee/dnalogel 2.6.2-dev.0 → 2.6.3-dev.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/PanoTagPlugin/controller/TagCacheController.d.ts +3 -3
- package/dist/PanoTagPlugin/controller/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +4 -0
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +0 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.js +92 -63
- package/dist/index.umd.js +2 -2
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +20 -20
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoMeasurePluginLine.html +23 -23
- package/docs/classes/PanoMeasurePluginModel.html +22 -22
- package/docs/classes/PanoMeasurePluginPoint.html +14 -14
- package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
- package/docs/classes/PanoTagPluginController.html +43 -43
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +12 -12
- package/docs/classes/Util.Interval.html +12 -12
- package/docs/classes/Util.Magnifier.html +17 -17
- package/docs/classes/Util.PointDomHelper.html +11 -11
- package/docs/classes/Util.PointHelper.html +11 -11
- package/docs/classes/Util.Rectangle.html +13 -13
- package/docs/enums/CameraMovementEffect.html +7 -7
- package/docs/enums/ContentType.html +52 -56
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +7 -7
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +7 -7
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +5 -5
- package/docs/functions/CameraMovementPlugin.html +5 -5
- package/docs/functions/CruisePlugin.html +5 -5
- package/docs/functions/GuideLinePlugin.html +6 -6
- package/docs/functions/ItemLabelPlugin.html +5 -5
- package/docs/functions/MapviewFloorplanPlugin.html +5 -5
- package/docs/functions/ModelChassisCompassPlugin.html +5 -5
- package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -5
- package/docs/functions/ModelFloorplanPlugin.html +5 -5
- package/docs/functions/ModelItemLabelPlugin.html +5 -5
- package/docs/functions/ModelRoomLabelPlugin.html +5 -5
- package/docs/functions/ModelTVVideoPlugin.html +5 -5
- package/docs/functions/ModelViewPlugin.html +5 -5
- package/docs/functions/Object3DHelperPlugin.html +5 -5
- package/docs/functions/PanoCompassPlugin.html +5 -5
- package/docs/functions/PanoCursorRaycasterPlugin.html +5 -5
- package/docs/functions/PanoDoorLabelPlugin.html +5 -5
- package/docs/functions/PanoFloorplanRadarPlugin.html +5 -5
- package/docs/functions/PanoMeasurePlugin.html +5 -5
- package/docs/functions/PanoRulerPlugin.html +5 -5
- package/docs/functions/PanoRulerProPlugin.html +5 -5
- package/docs/functions/PanoSpatialTagPlugin.html +5 -5
- package/docs/functions/PanoTagPlugin.html +5 -5
- package/docs/functions/TopviewFloorplanPlugin.html +5 -5
- package/docs/functions/Util.getCoordsFromClient.html +5 -5
- package/docs/functions/Util.getCoordsFromElement.html +5 -5
- package/docs/functions/Util.getFrameTime.html +5 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
- package/docs/functions/Util.isNil.html +5 -5
- package/docs/functions/Util.nextFrame.html +5 -5
- package/docs/functions/Util.notNil.html +5 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
- package/docs/functions/Util.tweenProgress.html +5 -5
- package/docs/functions/pluginFlag.html +6 -6
- package/docs/index.html +5 -5
- package/docs/interfaces/AddTagConfig.html +6 -6
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/EventMap.html +15 -15
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/MinMax.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +6 -6
- package/docs/interfaces/PanoMeasureParameterType.html +12 -12
- package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
- package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
- package/docs/interfaces/PanoRulerProPluginState.html +8 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +6 -6
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -6
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +6 -6
- package/docs/interfaces/Rooms.html +6 -6
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +8 -8
- package/docs/interfaces/TagCache.html +26 -12
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/TagIconUrl.html +9 -9
- package/docs/interfaces/Tags.html +9 -9
- package/docs/interfaces/TemporaryState.html +6 -6
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +6 -6
- package/docs/types/ArrayPosition.html +6 -6
- package/docs/types/AudioAppearance.html +6 -6
- package/docs/types/AudioTagTypeConfigKey.html +6 -6
- package/docs/types/CSS3DRenderExportType.html +6 -6
- package/docs/types/CSS3DRenderPluginExportType.html +6 -6
- package/docs/types/CSS3DRenderPluginParameterType.html +6 -6
- package/docs/types/Color.html +6 -6
- package/docs/types/ContentTypeConfigKey.html +6 -6
- package/docs/types/ContentTypeConfigKeySplit.html +6 -6
- package/docs/types/ContentTypeMap.html +6 -6
- package/docs/types/Create3DDomContainerReturnType.html +6 -6
- package/docs/types/Create3DElementReturnType.html +6 -6
- package/docs/types/CruisePluginExportType.html +6 -6
- package/docs/types/Direction-1.html +6 -6
- package/docs/types/Direction4.html +6 -6
- package/docs/types/FloorplanRuleLabels.html +6 -6
- package/docs/types/FloorplanServerRuleLabels.html +6 -6
- package/docs/types/GuideLinePluginExportType.html +6 -6
- package/docs/types/HelperEventMap.html +6 -6
- package/docs/types/LoadTagConfig.html +6 -6
- package/docs/types/MapviewFloorplanPluginParameterType.html +6 -6
- package/docs/types/MapviewFloorplanPluginReturnType.html +6 -6
- package/docs/types/MediaData.html +6 -6
- package/docs/types/MediaStore.html +6 -6
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -6
- package/docs/types/ModelFloorplanPluginParameterType.html +6 -6
- package/docs/types/ModelFloorplanPluginReturnType.html +6 -6
- package/docs/types/ModelRoomLabelPluginParameters.html +6 -6
- package/docs/types/ModelRoomLabelPluginReturnType.html +6 -6
- package/docs/types/MoveArgs.html +6 -6
- package/docs/types/MoveOpts.html +6 -6
- package/docs/types/Object3DHelperEventMap.html +6 -6
- package/docs/types/ObjectFit.html +6 -6
- package/docs/types/PaintBrushEventMap.html +6 -6
- package/docs/types/PanoCompassPluginData.html +6 -6
- package/docs/types/PanoCompassPluginExportType.html +6 -6
- package/docs/types/PanoCompassPluginParameterType.html +6 -6
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -6
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -6
- package/docs/types/PanoIndex.html +6 -6
- package/docs/types/PanoMeasurePluginEvent.html +6 -6
- package/docs/types/PanoMeasureReturnType.html +6 -6
- package/docs/types/PanoSpatialTagPluginId.html +6 -6
- package/docs/types/PanoTagPluginExportInterface.html +6 -6
- package/docs/types/PanoTagPluginParamsInterface.html +6 -6
- package/docs/types/PlaneTag.html +6 -6
- package/docs/types/PlaneTagElement.html +6 -6
- package/docs/types/Point2DElement.html +6 -6
- package/docs/types/Point2DTag.html +6 -6
- package/docs/types/Point3DElement.html +6 -6
- package/docs/types/Point3DTag.html +6 -6
- package/docs/types/PointTag.html +6 -6
- package/docs/types/PointTagElement.html +6 -6
- package/docs/types/Position.html +6 -6
- package/docs/types/RotateArgs.html +6 -6
- package/docs/types/RotateOpts.html +6 -6
- package/docs/types/RuleLabelsKey.html +6 -6
- package/docs/types/RuleLabelsValue.html +6 -6
- package/docs/types/StickType.html +6 -6
- package/docs/types/Tag.html +6 -6
- package/docs/types/Tag2D.html +6 -6
- package/docs/types/Tag3D.html +6 -6
- package/docs/types/TagContentType.html +6 -6
- package/docs/types/TagDimensionType.html +6 -6
- package/docs/types/TagElement.html +6 -6
- package/docs/types/TagEvents.html +6 -6
- package/docs/types/TagHooks.html +6 -6
- package/docs/types/TagIconSize.html +6 -6
- package/docs/types/TagId.html +6 -6
- package/docs/types/TagPointType.html +6 -6
- package/docs/types/TopviewFloorplanPluginParameterType.html +6 -6
- package/docs/types/TopviewFloorplanPluginReturnType.html +6 -6
- package/docs/types/WorkCode.html +6 -6
- package/docs/variables/FLOOR_TYPE_MAP.html +6 -6
- package/docs/variables/PLUGIN.html +6 -6
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -6
- package/docs/variables/ROOM_TYPE_MAP.html +6 -6
- package/docs/variables/VERSION.html +6 -6
- package/docs/variables/itemLabelPluginServerParams.html +6 -6
- package/docs/variables/modelItemLabelPluginServerParams.html +6 -6
- package/docs/variables/modelRoomLabelPluginServerParams.html +6 -6
- package/libs/CruisePlugin/Controller.js +124 -124
- package/libs/GuideLinePlugin/Controller.js +51 -51
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +3 -3
- package/libs/PanoTagPlugin/controller/TagCacheController.js +6 -6
- package/libs/PanoTagPlugin/controller/TagComputer.js +159 -130
- package/libs/PanoTagPlugin/controller/index.d.ts +1 -1
- package/libs/PanoTagPlugin/typings/controller.d.ts +4 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +0 -1
- package/package.json +1 -1
|
@@ -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>ContentType | 如视看房插件合集 - v2.6.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ContentType | 如视看房插件合集 - v2.6.3-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.3-dev.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,21 +6,17 @@
|
|
|
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.6.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.6.3-dev.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.6.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.6.3-dev.0</a></li>
|
|
16
16
|
<li><a href="ContentType.html">ContentType</a></li></ul>
|
|
17
|
-
<h1>Enumeration ContentType</h1></div>
|
|
18
|
-
<section class="tsd-panel tsd-comment">
|
|
19
|
-
<div class="tsd-comment tsd-typography">
|
|
20
|
-
<h3>Deprecated</h3><p>改用具体的string</p>
|
|
21
|
-
</div></section><aside class="tsd-sources">
|
|
17
|
+
<h1>Enumeration ContentType</h1></div><aside class="tsd-sources">
|
|
22
18
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
19
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L9">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:9</a></li></ul></aside>
|
|
24
20
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
21
|
<section class="tsd-panel tsd-index-panel">
|
|
26
22
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -28,97 +24,97 @@
|
|
|
28
24
|
<div class="tsd-accordion-details">
|
|
29
25
|
<section class="tsd-index-section">
|
|
30
26
|
<h3 class="tsd-index-heading">Enumeration Members</h3>
|
|
31
|
-
<div class="tsd-index-list"><a href="ContentType.html#Audio" class="tsd-index-link
|
|
32
|
-
<a href="ContentType.html#Custom" class="tsd-index-link
|
|
33
|
-
<a href="ContentType.html#Image" class="tsd-index-link
|
|
34
|
-
<a href="ContentType.html#ImageText" class="tsd-index-link
|
|
35
|
-
<a href="ContentType.html#Link" class="tsd-index-link
|
|
36
|
-
<a href="ContentType.html#Marketing" class="tsd-index-link
|
|
37
|
-
<a href="ContentType.html#MediaPlane" class="tsd-index-link
|
|
38
|
-
<a href="ContentType.html#PanoLink" class="tsd-index-link
|
|
39
|
-
<a href="ContentType.html#Text" class="tsd-index-link
|
|
40
|
-
<a href="ContentType.html#VRLink" class="tsd-index-link
|
|
41
|
-
<a href="ContentType.html#Video" class="tsd-index-link
|
|
27
|
+
<div class="tsd-index-list"><a href="ContentType.html#Audio" class="tsd-index-link tsd-kind-enum-member tsd-parent-kind-enum"><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>Audio</span></a>
|
|
28
|
+
<a href="ContentType.html#Custom" class="tsd-index-link tsd-kind-enum-member tsd-parent-kind-enum"><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>Custom</span></a>
|
|
29
|
+
<a href="ContentType.html#Image" class="tsd-index-link tsd-kind-enum-member tsd-parent-kind-enum"><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>Image</span></a>
|
|
30
|
+
<a href="ContentType.html#ImageText" class="tsd-index-link tsd-kind-enum-member tsd-parent-kind-enum"><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>Image<wbr/>Text</span></a>
|
|
31
|
+
<a href="ContentType.html#Link" class="tsd-index-link tsd-kind-enum-member tsd-parent-kind-enum"><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>Link</span></a>
|
|
32
|
+
<a href="ContentType.html#Marketing" class="tsd-index-link tsd-kind-enum-member tsd-parent-kind-enum"><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>Marketing</span></a>
|
|
33
|
+
<a href="ContentType.html#MediaPlane" class="tsd-index-link tsd-kind-enum-member tsd-parent-kind-enum"><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>Media<wbr/>Plane</span></a>
|
|
34
|
+
<a href="ContentType.html#PanoLink" class="tsd-index-link tsd-kind-enum-member tsd-parent-kind-enum"><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>Pano<wbr/>Link</span></a>
|
|
35
|
+
<a href="ContentType.html#Text" class="tsd-index-link tsd-kind-enum-member tsd-parent-kind-enum"><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>Text</span></a>
|
|
36
|
+
<a href="ContentType.html#VRLink" class="tsd-index-link tsd-kind-enum-member tsd-parent-kind-enum"><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>VRLink</span></a>
|
|
37
|
+
<a href="ContentType.html#Video" class="tsd-index-link tsd-kind-enum-member tsd-parent-kind-enum"><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>Video</span></a>
|
|
42
38
|
</div></section></div></details></section></section>
|
|
43
39
|
<section class="tsd-panel-group tsd-member-group">
|
|
44
40
|
<h2>Enumeration Members</h2>
|
|
45
41
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Audio" class="tsd-anchor"></a>
|
|
46
|
-
<h3 class="tsd-anchor-link"><span
|
|
42
|
+
<h3 class="tsd-anchor-link"><span>Audio</span><a href="#Audio" 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>
|
|
47
43
|
<div class="tsd-signature">Audio<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Audio"</span></div>
|
|
48
44
|
<div class="tsd-comment tsd-typography"><p>音频标签</p>
|
|
49
45
|
</div><aside class="tsd-sources">
|
|
50
46
|
<ul>
|
|
51
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
47
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L11">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:11</a></li></ul></aside></section>
|
|
52
48
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Custom" class="tsd-anchor"></a>
|
|
53
|
-
<h3 class="tsd-anchor-link"><span
|
|
49
|
+
<h3 class="tsd-anchor-link"><span>Custom</span><a href="#Custom" 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>
|
|
54
50
|
<div class="tsd-signature">Custom<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Custom"</span></div>
|
|
55
51
|
<div class="tsd-comment tsd-typography"><p>其他/自定义标签</p>
|
|
56
52
|
</div><aside class="tsd-sources">
|
|
57
53
|
<ul>
|
|
58
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
54
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L31">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:31</a></li></ul></aside></section>
|
|
59
55
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Image" class="tsd-anchor"></a>
|
|
60
|
-
<h3 class="tsd-anchor-link"><span
|
|
56
|
+
<h3 class="tsd-anchor-link"><span>Image</span><a href="#Image" 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>
|
|
61
57
|
<div class="tsd-signature">Image<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Image"</span></div>
|
|
62
58
|
<div class="tsd-comment tsd-typography"><p>图片标签, 可用 ImageText 代替</p>
|
|
63
59
|
</div><aside class="tsd-sources">
|
|
64
60
|
<ul>
|
|
65
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
61
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L17">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:17</a></li></ul></aside></section>
|
|
66
62
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="ImageText" class="tsd-anchor"></a>
|
|
67
|
-
<h3 class="tsd-anchor-link"><span
|
|
63
|
+
<h3 class="tsd-anchor-link"><span>Image<wbr/>Text</span><a href="#ImageText" 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>
|
|
68
64
|
<div class="tsd-signature">Image<wbr/>Text<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"ImageText"</span></div>
|
|
69
65
|
<div class="tsd-comment tsd-typography"><p>图文标签</p>
|
|
70
66
|
</div><aside class="tsd-sources">
|
|
71
67
|
<ul>
|
|
72
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
68
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L15">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:15</a></li></ul></aside></section>
|
|
73
69
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Link" class="tsd-anchor"></a>
|
|
74
|
-
<h3 class="tsd-anchor-link"><span
|
|
70
|
+
<h3 class="tsd-anchor-link"><span>Link</span><a href="#Link" 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>
|
|
75
71
|
<div class="tsd-signature">Link<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Link"</span></div>
|
|
76
72
|
<div class="tsd-comment tsd-typography"><p>VR跳转标签</p>
|
|
77
73
|
</div><aside class="tsd-sources">
|
|
78
74
|
<ul>
|
|
79
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
75
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L21">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:21</a></li></ul></aside></section>
|
|
80
76
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Marketing" class="tsd-anchor"></a>
|
|
81
|
-
<h3 class="tsd-anchor-link"><span
|
|
77
|
+
<h3 class="tsd-anchor-link"><span>Marketing</span><a href="#Marketing" 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>
|
|
82
78
|
<div class="tsd-signature">Marketing<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Marketing"</span></div>
|
|
83
79
|
<div class="tsd-comment tsd-typography"><p>营销标签</p>
|
|
84
80
|
</div><aside class="tsd-sources">
|
|
85
81
|
<ul>
|
|
86
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
82
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L27">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:27</a></li></ul></aside></section>
|
|
87
83
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="MediaPlane" class="tsd-anchor"></a>
|
|
88
|
-
<h3 class="tsd-anchor-link"><span
|
|
84
|
+
<h3 class="tsd-anchor-link"><span>Media<wbr/>Plane</span><a href="#MediaPlane" 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>
|
|
89
85
|
<div class="tsd-signature">Media<wbr/>Plane<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"MediaPlane"</span></div>
|
|
90
86
|
<div class="tsd-comment tsd-typography"><p>图片视频贴片</p>
|
|
91
87
|
</div><aside class="tsd-sources">
|
|
92
88
|
<ul>
|
|
93
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
89
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L29">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:29</a></li></ul></aside></section>
|
|
94
90
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="PanoLink" class="tsd-anchor"></a>
|
|
95
|
-
<h3 class="tsd-anchor-link"><span
|
|
91
|
+
<h3 class="tsd-anchor-link"><span>Pano<wbr/>Link</span><a href="#PanoLink" 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
92
|
<div class="tsd-signature">Pano<wbr/>Link<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"PanoLink"</span></div>
|
|
97
93
|
<div class="tsd-comment tsd-typography"><p>全景跳转标签</p>
|
|
98
94
|
</div><aside class="tsd-sources">
|
|
99
95
|
<ul>
|
|
100
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
96
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L25">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:25</a></li></ul></aside></section>
|
|
101
97
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Text" class="tsd-anchor"></a>
|
|
102
|
-
<h3 class="tsd-anchor-link"><span
|
|
98
|
+
<h3 class="tsd-anchor-link"><span>Text</span><a href="#Text" 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>
|
|
103
99
|
<div class="tsd-signature">Text<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Text"</span></div>
|
|
104
100
|
<div class="tsd-comment tsd-typography"><p>文本标签</p>
|
|
105
101
|
</div><aside class="tsd-sources">
|
|
106
102
|
<ul>
|
|
107
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
103
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L13">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:13</a></li></ul></aside></section>
|
|
108
104
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="VRLink" class="tsd-anchor"></a>
|
|
109
|
-
<h3 class="tsd-anchor-link"><span
|
|
105
|
+
<h3 class="tsd-anchor-link"><span>VRLink</span><a href="#VRLink" 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
106
|
<div class="tsd-signature">VRLink<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"VRLink"</span></div>
|
|
111
107
|
<div class="tsd-comment tsd-typography"><p>VR跳转标签</p>
|
|
112
108
|
</div><aside class="tsd-sources">
|
|
113
109
|
<ul>
|
|
114
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
110
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L23">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:23</a></li></ul></aside></section>
|
|
115
111
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Video" class="tsd-anchor"></a>
|
|
116
|
-
<h3 class="tsd-anchor-link"><span
|
|
112
|
+
<h3 class="tsd-anchor-link"><span>Video</span><a href="#Video" 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>
|
|
117
113
|
<div class="tsd-signature">Video<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Video"</span></div>
|
|
118
114
|
<div class="tsd-comment tsd-typography"><p>视频标签,可用 ImageText 代替</p>
|
|
119
115
|
</div><aside class="tsd-sources">
|
|
120
116
|
<ul>
|
|
121
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
117
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L19">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:19</a></li></ul></aside></section></section></div>
|
|
122
118
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
123
119
|
<div class="tsd-navigation settings">
|
|
124
120
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -135,22 +131,22 @@
|
|
|
135
131
|
<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>
|
|
136
132
|
<div class="tsd-accordion-details">
|
|
137
133
|
<ul>
|
|
138
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.
|
|
134
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.3-<wbr/>dev.0</a>
|
|
139
135
|
<ul>
|
|
140
136
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
141
137
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
142
138
|
<ul>
|
|
143
|
-
<li class="
|
|
144
|
-
<ul>
|
|
145
|
-
<li class="
|
|
146
|
-
<li class="
|
|
147
|
-
<li class="
|
|
148
|
-
<li class="
|
|
149
|
-
<li class="
|
|
150
|
-
<li class="
|
|
151
|
-
<li class="
|
|
152
|
-
<li class="
|
|
153
|
-
<li class="
|
|
154
|
-
<li class="
|
|
155
|
-
<li class="
|
|
139
|
+
<li class="current tsd-kind-enum"><a href="ContentType.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-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-8-path"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)" id="icon-8-text"></path></svg><span>Content<wbr/>Type</span></a>
|
|
140
|
+
<ul>
|
|
141
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ContentType.html#Audio" 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>Audio</a></li>
|
|
142
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ContentType.html#Custom" 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>Custom</a></li>
|
|
143
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ContentType.html#Image" 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>Image</a></li>
|
|
144
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ContentType.html#ImageText" 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>Image<wbr/>Text</a></li>
|
|
145
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ContentType.html#Link" 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>Link</a></li>
|
|
146
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ContentType.html#Marketing" 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>Marketing</a></li>
|
|
147
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ContentType.html#MediaPlane" 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>Media<wbr/>Plane</a></li>
|
|
148
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ContentType.html#PanoLink" 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>Pano<wbr/>Link</a></li>
|
|
149
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ContentType.html#Text" 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>Text</a></li>
|
|
150
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ContentType.html#VRLink" 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>VRLink</a></li>
|
|
151
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ContentType.html#Video" 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>Video</a></li></ul></li></ul></nav></div></div>
|
|
156
152
|
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -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>DIRECTION | 如视看房插件合集 - v2.6.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>DIRECTION | 如视看房插件合集 - v2.6.3-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.3-dev.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,17 +6,17 @@
|
|
|
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.6.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.6.3-dev.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.6.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.6.3-dev.0</a></li>
|
|
16
16
|
<li><a href="DIRECTION.html">DIRECTION</a></li></ul>
|
|
17
17
|
<h1>Enumeration DIRECTION</h1></div><aside class="tsd-sources">
|
|
18
18
|
<ul>
|
|
19
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
19
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/ModelTVVideoPlugin/typings.ts#L5">plugins/src/ModelTVVideoPlugin/typings.ts:5</a></li></ul></aside>
|
|
20
20
|
<section class="tsd-panel-group tsd-index-group">
|
|
21
21
|
<section class="tsd-panel tsd-index-panel">
|
|
22
22
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
<h3 class="tsd-anchor-link"><span>BOTTOM_<wbr/>LEFT</span><a href="#BOTTOM_LEFT" 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>
|
|
36
36
|
<div class="tsd-signature">BOTTOM_<wbr/>LEFT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"bottomLeft"</span></div><aside class="tsd-sources">
|
|
37
37
|
<ul>
|
|
38
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
38
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/ModelTVVideoPlugin/typings.ts#L8">plugins/src/ModelTVVideoPlugin/typings.ts:8</a></li></ul></aside></section>
|
|
39
39
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="BOTTOM_RIGHT" class="tsd-anchor"></a>
|
|
40
40
|
<h3 class="tsd-anchor-link"><span>BOTTOM_<wbr/>RIGHT</span><a href="#BOTTOM_RIGHT" 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>
|
|
41
41
|
<div class="tsd-signature">BOTTOM_<wbr/>RIGHT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"bottomRight"</span></div><aside class="tsd-sources">
|
|
42
42
|
<ul>
|
|
43
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
43
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/ModelTVVideoPlugin/typings.ts#L9">plugins/src/ModelTVVideoPlugin/typings.ts:9</a></li></ul></aside></section>
|
|
44
44
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="TOP_LEFT" class="tsd-anchor"></a>
|
|
45
45
|
<h3 class="tsd-anchor-link"><span>TOP_<wbr/>LEFT</span><a href="#TOP_LEFT" 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>
|
|
46
46
|
<div class="tsd-signature">TOP_<wbr/>LEFT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"topLeft"</span></div><aside class="tsd-sources">
|
|
47
47
|
<ul>
|
|
48
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
48
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/ModelTVVideoPlugin/typings.ts#L6">plugins/src/ModelTVVideoPlugin/typings.ts:6</a></li></ul></aside></section>
|
|
49
49
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="TOP_RIGHT" class="tsd-anchor"></a>
|
|
50
50
|
<h3 class="tsd-anchor-link"><span>TOP_<wbr/>RIGHT</span><a href="#TOP_RIGHT" 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>
|
|
51
51
|
<div class="tsd-signature">TOP_<wbr/>RIGHT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"topRight"</span></div><aside class="tsd-sources">
|
|
52
52
|
<ul>
|
|
53
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
53
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/ModelTVVideoPlugin/typings.ts#L7">plugins/src/ModelTVVideoPlugin/typings.ts:7</a></li></ul></aside></section></section></div>
|
|
54
54
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
55
55
|
<div class="tsd-navigation settings">
|
|
56
56
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
<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>
|
|
68
68
|
<div class="tsd-accordion-details">
|
|
69
69
|
<ul>
|
|
70
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.
|
|
70
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.3-<wbr/>dev.0</a>
|
|
71
71
|
<ul>
|
|
72
72
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
73
73
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
@@ -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>DISPLAY_STRATEGY_TYPE | 如视看房插件合集 - v2.6.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>DISPLAY_STRATEGY_TYPE | 如视看房插件合集 - v2.6.3-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.3-dev.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,17 +6,17 @@
|
|
|
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.6.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.6.3-dev.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.6.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.6.3-dev.0</a></li>
|
|
16
16
|
<li><a href="DISPLAY_STRATEGY_TYPE.html">DISPLAY_STRATEGY_TYPE</a></li></ul>
|
|
17
17
|
<h1>Enumeration DISPLAY_STRATEGY_TYPE</h1></div><aside class="tsd-sources">
|
|
18
18
|
<ul>
|
|
19
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
19
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/ModelItemLabelPlugin/typings.ts#L5">plugins/src/ModelItemLabelPlugin/typings.ts:5</a></li></ul></aside>
|
|
20
20
|
<section class="tsd-panel-group tsd-index-group">
|
|
21
21
|
<section class="tsd-panel tsd-index-panel">
|
|
22
22
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
<h3 class="tsd-anchor-link"><span>EXTRA_<wbr/>LARGE</span><a href="#EXTRA_LARGE" 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>
|
|
36
36
|
<div class="tsd-signature">EXTRA_<wbr/>LARGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"x-large"</span></div><aside class="tsd-sources">
|
|
37
37
|
<ul>
|
|
38
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
38
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/ModelItemLabelPlugin/typings.ts#L9">plugins/src/ModelItemLabelPlugin/typings.ts:9</a></li></ul></aside></section>
|
|
39
39
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="LARGE" class="tsd-anchor"></a>
|
|
40
40
|
<h3 class="tsd-anchor-link"><span>LARGE</span><a href="#LARGE" 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>
|
|
41
41
|
<div class="tsd-signature">LARGE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"large"</span></div><aside class="tsd-sources">
|
|
42
42
|
<ul>
|
|
43
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
43
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/ModelItemLabelPlugin/typings.ts#L8">plugins/src/ModelItemLabelPlugin/typings.ts:8</a></li></ul></aside></section>
|
|
44
44
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="MIDLLE" class="tsd-anchor"></a>
|
|
45
45
|
<h3 class="tsd-anchor-link"><span>MIDLLE</span><a href="#MIDLLE" 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>
|
|
46
46
|
<div class="tsd-signature">MIDLLE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"middle"</span></div><aside class="tsd-sources">
|
|
47
47
|
<ul>
|
|
48
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
48
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/ModelItemLabelPlugin/typings.ts#L7">plugins/src/ModelItemLabelPlugin/typings.ts:7</a></li></ul></aside></section>
|
|
49
49
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="SMALL" class="tsd-anchor"></a>
|
|
50
50
|
<h3 class="tsd-anchor-link"><span>SMALL</span><a href="#SMALL" 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>
|
|
51
51
|
<div class="tsd-signature">SMALL<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"small"</span></div><aside class="tsd-sources">
|
|
52
52
|
<ul>
|
|
53
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
53
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/ModelItemLabelPlugin/typings.ts#L6">plugins/src/ModelItemLabelPlugin/typings.ts:6</a></li></ul></aside></section></section></div>
|
|
54
54
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
55
55
|
<div class="tsd-navigation settings">
|
|
56
56
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
<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>
|
|
68
68
|
<div class="tsd-accordion-details">
|
|
69
69
|
<ul>
|
|
70
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.
|
|
70
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.3-<wbr/>dev.0</a>
|
|
71
71
|
<ul>
|
|
72
72
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
73
73
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
@@ -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>DimensionType | 如视看房插件合集 - v2.6.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>DimensionType | 如视看房插件合集 - v2.6.3-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.3-dev.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.6.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.6.3-dev.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.6.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.6.3-dev.0</a></li>
|
|
16
16
|
<li><a href="DimensionType.html">DimensionType</a></li></ul>
|
|
17
17
|
<h1>Enumeration DimensionType</h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-comment">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<h3>Deprecated</h3><p>改用具体的string</p>
|
|
21
21
|
</div></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/Utils.ts#L20">plugins/src/PanoTagPlugin/typings/tag/Utils.ts:20</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
<h3 class="tsd-anchor-link"><span class="deprecated">Three</span><a href="#Three" 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>
|
|
38
38
|
<div class="tsd-signature">Three<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"3D"</span></div><aside class="tsd-sources">
|
|
39
39
|
<ul>
|
|
40
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
40
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/Utils.ts#L22">plugins/src/PanoTagPlugin/typings/tag/Utils.ts:22</a></li></ul></aside></section>
|
|
41
41
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Two" class="tsd-anchor"></a>
|
|
42
42
|
<h3 class="tsd-anchor-link"><span class="deprecated">Two</span><a href="#Two" 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>
|
|
43
43
|
<div class="tsd-signature">Two<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"2D"</span></div><aside class="tsd-sources">
|
|
44
44
|
<ul>
|
|
45
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
45
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/588bce0/plugins/src/PanoTagPlugin/typings/tag/Utils.ts#L21">plugins/src/PanoTagPlugin/typings/tag/Utils.ts:21</a></li></ul></aside></section></section></div>
|
|
46
46
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
47
47
|
<div class="tsd-navigation settings">
|
|
48
48
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<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>
|
|
60
60
|
<div class="tsd-accordion-details">
|
|
61
61
|
<ul>
|
|
62
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.
|
|
62
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.3-<wbr/>dev.0</a>
|
|
63
63
|
<ul>
|
|
64
64
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
65
65
|
<nav class="tsd-navigation secondary menu-sticky">
|