SCIFEON
Last updated on 13-May-2020 by Jakob Jakobsen Boysen
On this page
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.
API
SCIFEON.ConsoleLogger: ScifeonConsoleLogger
SCIFEON.ConsoleLogger: ScifeonConsoleLogger
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: ScifeonUtils
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>