Gets the semantic version of the plot extension API that is used to host the plot.
Gets the name of the hosting PiWeb client.
Gets the version of the hosting PiWeb client.
If the extensions defined multiple toolbox entries in the package.json
manifest file, this property can be used to find out which entry the user picked.
The returned value is the property name used as toolbox entry id in the manifest.
Returns prefered display unit of angles. This can be configured in the settings menu of Piweb Designer and PiWeb Monitor.
Returns prefered number of decimal places of displayed values. This can be configured in the settings menu of Piweb Designer and PiWeb Monitor. Use this only as a fallback value in case no prefered number of decimal places is configured for the displayed characteristic by attribute K2022.
Returns prefered display unit of length. This can be configured in the settings menu of Piweb Designer and PiWeb Monitor.
Returns the limit configuration that can be specified for a report.
Returns the position of the element on the report page in millimeters.
Returns the current size of the element in millimeters.
If true
, the plot is rendered by PiWeb Designer, otherwise it's rendered by PiWeb Monitor. Some very complex elements don't render
their complete content while in design mode, to guarantee a smooth and fluent editing in PiWeb Designer.
Generated using TypeDoc
Introduction
The
piweb.environment
module provides information about the element and its properties, as well as global settings. It also contains classes that are used by the functions of thepiweb.format
module.import * as piweb from 'piweb'; import environment = piweb.environment;
format