Readonly
hostname: stringHostname used in the browser.
M.Karkowski
Readonly
layers: (TSession & { Returns the available layers.
M.Karkowski
NoPEService
Readonly
noFlag, to define, whether a external connection is required to set the INoPEConnectService.sessionsConnected to true.
INoPEConnectService
Readonly
sessionsFlag showing whether the Service is connected to a backend or not
Adds an communication Layer.
NoPEService
The Parameters for the Session.
Helper Function to establish a connection to a backend. If called, to url is changed to the pages/connect
and after a sucessfull connection, the original url is loaded again.
Use with care, if you get problems reloading the side again.
Optional
options: { Disconnects the Layer.
The Session Parameters to use.
Helper to get the a value from the store, which is related to the key. If the data isn't present,
the store must store the provided defaultValue
. Afterwards it must return the provided
defaultValue
The extracted data / defaultValue
IDataInterface
expected type. Is defined by the defaultValue
The key, under which the data is expected.
The default value, which should be used if the data isnt present.
Register Schema for data. If you try to store or pull data, the schema will be used to verify the data
Flag to show the shema is stored or not.
The path of the data which should be observed
The schema to store
Downloads some content as file.
Optional
fileName: stringOptional
option: { Automatically provide Unicode text encoding hints
false
Helper to upload data to the browser. (Opens a Popup)
The data is only available in the Browser.
Optional
height?: numberTitle of the upload form
Optional
width?: numberCallback which is called after the data has been received.
Error, during uploading
The data formated as string
Helper function, to generate a Radio Menu Entry for a Toolbar.
The desired callback Data.
The desired data of the item.
The Options to define the radio-menu. Must contain items and a onSelect callback.
The Toolbar Entries.
Callback, that should be called on selecting a radio-box item.
Optional
selected?: stringThe Id of the already selected radio-element
Helper to render a Select Toobar.
The Items which can be selected
Optional
selected?: stringThe Selected Item
The Text to Show
Helper to create a W2UI Layout
Rest
...args: any[]Helper to log a message
The Level of the Message
The Sender
The Message. Should be a human friendly text
Helper to create a toast. See https://akveo.github.io/nebular/docs/components/toastr/overview#nbtoastrservice for examples.
The Level of the Message
The Sender
The Message. Should be a human friendly text
Readonly
fullscreen: INopeObservable<boolean, boolean, boolean, IEventAdditionalData>Contains a Flag to toggle the ui into fullscreen or not.
Generates a link with Query Parameters.
Rest
...objects: TSettingsObject[]Extract the data based on some query parameters. The Parameters to use are provided in the schema object.
Helper to get an Object from a schema. The Schema must be from type Object and is only allowed to have types "number", "boolean", "integer", "string". If a different type is used an error is thrown.
The JSON-Schema
Contains the information about the session.
Generated using TypeDoc
Helper for the provided data: