Type Definitions
ArrowTypeEnum
- Description:
箭头类别
Properties:
Name | Type | Description |
---|---|---|
none |
number | Represents no arrow |
begin |
number | Represents an arrow at the beginning |
end |
number | Represents an arrow at the end |
double |
number | Represents a double arrow |
箭头类别
Type:
- number
CanvasTypeEnum
- Description:
注释形状类别
Properties:
Name | Type | Description |
---|---|---|
line |
number | Line shape |
polyline |
number | Polyline shape |
arrow |
number | Arrow shape |
ellipse |
number | Ellipse shape |
rect |
number | Rectangle shape |
eraser |
number | Eraser shape |
rhomb |
number | Rhombus shape |
clear |
number | Clear shape |
success |
number | Success shape |
failure |
number | Failure shape |
注释形状类别
Type:
- Object
FillTypeEnum
- Description:
填充类别
Properties:
Name | Type | Description |
---|---|---|
none |
number | Represents no fill |
full |
number | Represents full fill |
填充类别
Type:
- number
ModulesEnum
- Description:
模块枚举
Properties:
Name | Type | Description |
---|---|---|
avdEngine |
string | AVDEngine模块 |
browserDetect |
string | 浏览器检测模块 |
video |
string | 视频模块 |
audio |
string | 音频模块 |
error |
string | 错误模块 |
annotation |
string | 注释模块 |
模块枚举
Type:
- string
ShapeTypeEnum
- Description:
注释形状类别
Properties:
Name | Type | Description |
---|---|---|
mouse |
number | Represents the mouse shape |
line |
number | Represents the line shape |
rect |
number | Represents the rectangle shape |
ellipse |
number | Represents the ellipse shape |
polyline |
number | Represents the polyline shape |
hlight_point |
number | Represents the highlight point shape |
hlight_texttag |
number | Represents the highlighted text tag shape |
eraser |
number | Represents the eraser shape |
rhomb |
number | Represents the rhombus shape |
arrow |
number | Represents the arrow shape |
success |
number | Represents the success shape |
failure |
number | Represents the failure shape |
clear |
number | Represents the clear shape |
注释形状类别
Type:
- number