Skip to main content

Class: MetaInformation

Defined in: src/common/web/component/MetaInformation.ts:22

Accesses meta information about the entire project stored in a JSON file.

Constructors​

Constructor​

new MetaInformation(): MetaInformation

Returns​

MetaInformation

Accessors​

title​

Get Signature​

get title(): string

Defined in: src/common/web/component/MetaInformation.ts:28

The project title.

Returns​

string


version​

Get Signature​

get version(): SemVer

Defined in: src/common/web/component/MetaInformation.ts:35

The project version (see https://semver.org).

Returns​

SemVer