fcf.setContext() function
Package: fcf-framework-core
File: fcf-framework-core:fcf.js
Available from version: 2.0.2
Sets the execution context. More information about execution context can be found at Context
Arguments
- Execution context object
Example: Function application
fcf.setContext(new fcf.Context({context: {language: "ja"}}))
console.log(fcf.getContext().language);
Output:
ja