Get Data
Parameters
Name
Type
Required
Description
Options
Example
edgetag('getData', ['email', 'step'], (data) => {
console.log(data) // it will print out { emailExists: true, step: '10' }
})Last updated
Was this helpful?

