VBIInsightBuilder

属性

属性类型说明
docY.Doc-
dslY.Map<any>-
undoManagerUndoManager-

方法

constructor

定义:

constructor(doc: Y.Doc, dsl: Y.Map<any>)

参数:

参数类型说明
docY.Doc-
dslY.Map-

applyUpdate

定义:

applyUpdate(update: Uint8Array, transactionOrigin: any): any

返回: any

参数:

参数类型说明
updateUint8Array-
transactionOriginany-

encodeStateAsUpdate

定义:

encodeStateAsUpdate(targetStateVector: Uint8Array): any

返回: any

参数:

参数类型说明
targetStateVectorUint8Array-

getUUID

定义:

getUUID(): string

返回: string

setContent

定义:

setContent(content: string): this

返回: this

参数:

参数类型说明
contentstring-

build

定义:

build(): VBIInsightDSL

返回: VBIInsightDSL

isEmpty

定义:

isEmpty(): boolean

返回: boolean