Skip to content

显示副屏

注意

方法名

show

用法

js
this.$refs.refPresentation.show({
  display: 1
})
js
let options = {
  display: 1
};
let params : JSONObject = JSONObject.parse(JSON.stringify(options)) as JSONObject
refPresentation.value?.show(params);

参数说明

参数名参数类型是否必填默认值参数描述
displayInteger显示到第几个屏幕,一般1以上为副屏