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);