VersionInformationJS

data class VersionInformationJS(val author: String?, val time: Date?)

Contains a subset of version data like in CPVersion.

The full version data of an CPVersion is not exposed because most parts model API are not exposed to JS yet. See https://issues.modelix.org/issue/MODELIX-962

Constructors

Link copied to clipboard
constructor(author: String?, time: Date?)

Properties

Link copied to clipboard

Author of the version.

Link copied to clipboard
val time: Date?

Creation time of the version.