Classes
Methods
setDescription(text)
Sets the description for the user journey.
Parameters:
Name | Type | Description |
---|---|---|
text | string | The text to set as the description. |
Example
commands.meta.setDescription('My test');
setTitle(text)
Sets the title for the user journey.
Parameters:
Name | Type | Description |
---|---|---|
text | string | The text to set as the title. |
Example
commands.meta.setTitle('Test title');