API Docs for: 2.7.3
Show:

Constants Class

Module: Core
Parent Module: Wanaplan

Collection des constantes utilisées sur le logiciel.

Item Index

Methods

getGlobalData

(
  • key
  • [defaultValue]
)
String | Number | Boolean

Provided by the Wanaplan module.

Returns stored global custom data.

Parameters:

Returns:

String | Number | Boolean:

Returns the data if it exists, otherwise it returns defaultValue.

setGlobalData

(
  • key
  • value
)

Provided by the Wanaplan module.

Sets global custom data. The previous data is overriden if the key already exists.

Parameters: