@ -1,5 +1,3 @@
/**
* Enum providing common alignment rules
*/
* Represents a Component (of an HTMLElement) that is capable of receiving input.
* @extends Component
* Method Collection with predefined HTMLElements
* A simple Color class for rgb set color values.
*
* Enum to access common events
@ -1,6 +1,3 @@
* Represents the most basic and simple form of a Component.
* It is mainly a collection of wrapper methods
* @inheritdoc
* @abstract
* @extends ChildbearerComponent
* @todo Potentially class implementation could be removed entirely.
* Since it (at the time being) is only working as a singleton anyway.
* ESAggregation := Extensions Storage Aggregation (method)
* @param {Array<CompelExtension>} extensions
* Class adds function and style storing properties to the context (PageBuilder).
* Wenity := Web Trinity
* Simple Dimensions container for the height and width in pixels.
* @extends DirectionUnitDependentAttribute
@ -1,4 +1,3 @@
* Enum providing predefined set of Size-Units
@ -1,9 +1,3 @@
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
* Defines an extension that can be added to the jpclw-framework
* Class containing two numbers.
* Usually they represent coordinates,
* Default implementation of a contextmenu-behaviour
const EventDrag = Object.freeze({
OVER: "over",
START: "start",