Class: exports

exports(id, title, coverLetterId)

new exports(id, title, coverLetterId)

Create a cover letter tag.
Parameters:
Name Type Description
id string The unique identifier value.
title string The title of the tag.
coverLetterId string The unique identifier value of the cover letter object.
Source:

exports(id, title, experienceId)

new exports(id, title, experienceId)

Create an experience tag.
Parameters:
Name Type Description
id string The unique identifier value.
title string The title of the tag.
experienceId string The unique identifier value of the experience object.
Source:

exports(id, title, jobAppId)

new exports(id, title, jobAppId)

Create a job application tag.
Parameters:
Name Type Description
id string The unique identifier value.
title string The title of the tag.
jobAppId string The unique identifier value of the job app.
Source: