Appearance
Appearance
注意
show
this.$refs.refPresentation.show({
display: 1
})let options = {
display: 1
};
let params : JSONObject = JSONObject.parse(JSON.stringify(options)) as JSONObject
refPresentation.value?.show(params);| 参数名 | 参数类型 | 是否必填 | 默认值 | 参数描述 |
|---|---|---|---|---|
| display | Integer | 是 | 无 | 显示到第几个屏幕,一般1以上为副屏 |