Settings Interface

Hierarchy

  • IConfig

Index

Properties

Optional biSystem

biSystem: TBIType

global variable for biSystem information. needed within templating-feature

documentLocation

documentLocation: string

the place or folder where the document is located. on a website it is window.location.pathname

documentName

documentName: string

the name of the document/app, on a website it is the title of document

documentTitle

documentTitle: string

the name of the document/app, on a website it is the title of document

getServerId

getServerId: function

function that returns the serverId, in normal use-cases it can be the name of the trueChart instance

Type declaration

user

user: object

user-object with username and displayname

Type declaration

  • Optional displayname?: undefined | string
  • username: string