@joblist/components - v0.3.4
    Preparing search index...

    Job model representing a job posting in the joblist.today system

    Index

    Constructors

    Properties

    companyId: string
    companyTitle: string
    department: string
    description: string
    employmentType: string
    id: string
    location: string
    name: string
    providerHostname: string
    providerId: string
    publishedDate: string | Date
    url: string

    Accessors

    • get attributes(): string[]

      Get list of all job attributes

      Returns string[]

      Array of attribute names

    Methods

    • Get missing required attributes from job data

      Parameters

      • attributes: string[]

        List of all attributes

      • jobData: JobData

        Job data to validate

      Returns string[]

      Array of missing required attributes