VBIReportBuilder

Propriétés

PropriétéTypeDescription
docY.Doc-
dslY.Map<any>-
undoManagerUndoManager-
pageReportPageCollectionBuilder<TQueryDSL, TSeedDSL>-

Méthodes

constructor

Définition:

constructor(doc: Y.Doc, dependencies?: VBIReportBuilderDependencies<TQueryDSL, TSeedDSL>)

Paramètres:

ParamètreTypeDescription
docY.Doc-
dependencies? = {}VBIReportBuilderDependencies<TQueryDSL, TSeedDSL>-

applyUpdate

Définition:

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

Retour: any

Paramètres:

ParamètreTypeDescription
updateUint8Array-
transactionOrigin?any-

encodeStateAsUpdate

Définition:

encodeStateAsUpdate(targetStateVector?: Uint8Array): any

Retour: any

Paramètres:

ParamètreTypeDescription
targetStateVector?Uint8Array-

getUUID

Définition:

getUUID(): string

Retour: string

getChartBuilder

Définition:

getChartBuilder(chartId: string): VBIChartBuilder<TQueryDSL, TSeedDSL> | undefined

Retour: VBIChartBuilder<TQueryDSL, TSeedDSL> \| undefined

Paramètres:

ParamètreTypeDescription
chartIdstring-

getInsightBuilder

Définition:

getInsightBuilder(insightId: string): VBIInsightBuilder | undefined

Retour: VBIInsightBuilder \| undefined

Paramètres:

ParamètreTypeDescription
insightIdstring-

build

Définition:

build(): VBIReportDSL

Retour: VBIReportDSL

snapshot

Définition:

snapshot(): VBIReportSnapshotDSL

Retour: VBIReportSnapshotDSL

isEmpty

Définition:

isEmpty(): boolean

Retour: boolean