BCFData

class BCFData()

Constructors


Constructors

BCFData.constructor(bcfFileName, id)
Arguments:
  • bcfFileName (BCFName) – None
  • id (number()) – None
Return type:

BCFData()

Methods

addTopic

BCFData.addTopic(topicId, topic)
Arguments:
Return type:

void

exportBCF

BCFData.exportBCF(filename)
Arguments:
Return type:

Promise <void>

getFilename

BCFData.getFilename()
Return type:BCFName

getId

BCFData.getId()
Return type:number

getTopic

BCFData.getTopic(topicId)
Arguments:
Return type:

BCFTopic() | null

getTopics

BCFData.getTopics()
Return type:Map <BCFTopicId, BCFTopic()>

getVersion

BCFData.getVersion()
Return type:BCFVersion

setVersion

BCFData.setVersion(version)
Arguments:
Return type:

void

toBcfZipBlob

BCFData.toBcfZipBlob()
Return type:Promise <Blob>