Skip to content

SCIFEON

This is not a JavaScript class but an object and can only be used in page views, i.e. there are no constructor… as it is only an object.

SCIFEON.ConsoleLogger: [ScifeonConsoleLogger](scifeon-console-logger)

Section titled “SCIFEON.ConsoleLogger: [ScifeonConsoleLogger](scifeon-console-logger)”

This is a pre-instantiated instance of the ScifeonConsoleLogger. See the documentation of ScifeonConsoleLogger for the API.

Example

<template>
</template>

SCIFEON.Utils: [ScifeonUtils](scifeon-utils)

Section titled “SCIFEON.Utils: [ScifeonUtils](scifeon-utils)”

This is a pre-instantiated instance of the ScifeonUtils. See the documentation of ScifeonUtils for the API.

Example

<template>
<a href="${ SCIFEON.Utils.getFileUrl('fileId') }">Link to a file</a>
</template>