二三维文本框
This commit is contained in:
@ -32,6 +32,10 @@ class TextBox extends Base {
|
||||
this.callback = callback
|
||||
}
|
||||
|
||||
get type() {
|
||||
return 'TextBox'
|
||||
}
|
||||
|
||||
async create(that) {
|
||||
let viewer = that.sdk.viewer
|
||||
// 创建div元素
|
||||
|
Reference in New Issue
Block a user