Monster

Main namespace for Monster.

Author
  • schukai GmbH

Classes

Monster

Namespaces

Components
Components contains all Web Components of Monster.
Constraints
Constraints are used to define conditions that must be met by the value of a variable so that the value can be transferred to the system.
DOM
In this namespace you will find classes and methods for handling the DOM.
Data
In this namespace you will find classes and methods for handling data.
I18n
In this namespace you will find classes and methods for handling locale and localized texts.
Logging
Namespace for logging.
Math
Namespace for math.
Net
In this namespace you will find classes and methods for handling connections.
Text
Namespace for all text related functions.
Types
Namespace for all types related functions.
Util
Namespace for all util related functions.

Members

(static, constant) rawDataSymbol :symbol

Type:
  • symbol
Since
  • 3.12.0
License
  • AGPLv3

Methods

(static) getMonsterVersion() → {Monster.Types.Version}

Version of monster

.

Version of monster

Since
  • 1.0.0
Author
  • schukai GmbH
License
  • AGPLv3
Returns:
Type: 
Monster.Types.Version
Example
import {getMonsterVersion} from '@schukai/monster/source/types/version.mjs';

getMonsterVersion();