Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides access to runtime data of a Coaty container, including common configuration options, as well as platform and framework meta information.

Hierarchy

  • Runtime

Index

Constructors

constructor

Accessors

commonOptions

databaseOptions

frameworkBuildDate

  • get frameworkBuildDate(): Date

frameworkName

  • get frameworkName(): string

frameworkVersion

  • get frameworkVersion(): string

isCommonJsPlatform

  • get isCommonJsPlatform(): boolean
  • Determines whether container is running on a CommonJS platform (such as Node.js).

    Returns boolean

isWebPlatform

  • get isWebPlatform(): boolean
  • Determines whether container is running in a web browser (excluding web worker).

    Returns boolean

isWebWorkerPlatform

  • get isWebWorkerPlatform(): boolean

Methods

newUuid

  • newUuid(): string

Static newUuid

  • newUuid(): string

Generated using TypeDoc