UNPKG

@puppedo/atoms

Version:
8 lines (7 loc) 205 B
name: jumpOnPage type: atom needData: ["name"] inlineJS: > const { name } = this.data; this.allRunners.setCurrent(this.envsId, {'page': name}); await this.log({ text: `Switch on page: '${name}'` });