> 对象
The following objects are directly related to the templatescreen
API. 以下对象与templatescreen
API直接相关。
Template screen 聚合图形模板
The template screen object has the following properties. 聚合图形模板对象具有以下属性。
Property 属性 | Type 类型 | Description 说明 |
---|---|---|
screenid | string 字符串 | (readonly 只读) ID of the template screen. 聚合图形模板的ID。 |
name (required 必填) | string 字符串 | Name of the template screen. 聚合图形模板的名称。 |
templateid (required 必填) | string 字符串 | ID of the template that the screen belongs to. 聚合图形所属模板的ID。 |
hsize | integer 整数型 | Width of the template screen. 聚合图形模板的宽度。 Default: 1 默认:1 |
vsize | integer 整数型 | Height of the template screen. 聚合图形模板的高度。 Default: 1 默认:1 |