Skip to content
Snippets Groups Projects
Select Git revision
  • 2911fe5303b9f2a21fd39108d98bb228f42f541b
  • main default
  • 7.2.0
3 results

variables.js

Blame
  • variables.js 252 B
    module.exports = async function (self) {
    	self.setVariableDefinitions([
    		{ variableId: 'variable1', name: 'My first variable' },
    		{ variableId: 'variable2', name: 'My second variable' },
    		{ variableId: 'variable3', name: 'Another variable' },
    	])
    }