Skip to content

Commit a63abb0

Browse files
committed
【fix】修复apidoc
1 parent 2409c48 commit a63abb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/common/iServer/ThemeLabel.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import {LabelOverLengthMode} from '../REST';
1818
* @classdesc 标签专题图类。
1919
* @extends SuperMap.Theme
2020
* @param {Object} options - 参数。
21-
* @param {Array.<SuperMap.ThemeUniqueItem>} options.items - 分段标签专题图的子项数组。
21+
* @param {Array.<SuperMap.ThemeLabelItem>} options.items - 分段标签专题图的子项数组。
2222
* @param {string} options.labelExpression - 标注字段表达式。
23-
* @param {Array.<SuperMap.LabelMatrixCell>} options.matrixCells - 矩阵标签元素数组。
23+
* @param {Array.<SuperMap.LabelImageCell|SuperMap.LabelSymbolCell|SuperMap.LabelThemeCell>} options.matrixCells - 矩阵标签元素数组。
2424
* @param {SuperMap.ThemeLabelAlongLine} [options.alongLine] - 标签沿线标注方向样式类。
2525
* @param {SuperMap.ThemeLabelBackground} [options.background] - 标签专题图中标签的背景风格类。
2626
* @param {SuperMap.LabelOverLengthMode} [options.labelOverLengthMode=SuperMap.LabelOverLengthMode.NONE] - 标签专题图中超长标签的处理模式枚举类。
@@ -53,7 +53,7 @@ export class ThemeLabel extends Theme {
5353
this.background = new ThemeLabelBackground();
5454

5555
/**
56-
* @member {Array.<SuperMap.ThemeUniqueItem>} [SuperMap.ThemeLabel.prototype.items]
56+
* @member {Array.<SuperMap.ThemeLabelItem>} [SuperMap.ThemeLabel.prototype.items]
5757
* @description 分段标签专题图的子项数组。分段标签专题图使用 rangeExpression
5858
* 指定数字型的字段作为分段数据,items 中的每个子对象的 [start,end) 分段值必须来源于属性 rangeExpression 的字段值。每个子项拥有自己的风格。
5959
*/
@@ -78,7 +78,7 @@ export class ThemeLabel extends Theme {
7878
this.labelOverLengthMode = LabelOverLengthMode.NONE;
7979

8080
/**
81-
* @member {Array.<SuperMap.LabelMatrixCell>} SuperMap.ThemeLabel.prototype.matrixCells
81+
* @member {Array.<SuperMap.LabelImageCell|SuperMap.LabelSymbolCell|SuperMap.LabelThemeCell>} SuperMap.ThemeLabel.prototype.matrixCells
8282
* @description 矩阵标签元素数组,用于制作矩阵标签专题图。
8383
* 数组中可以放置符号类型的矩阵标签元素和图片类型的矩阵标签元素。
8484
*/

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy