View on GitHub

Library API Documentation

Documentation for Library API Packages

Library Core / types/publication / PublicationCtor

Interface: PublicationCtor

types/publication.PublicationCtor

Constructor params for Publication class.

Table of contents

Properties

Properties

dir

dir: string

The directory where the publication is located.

example ‘downloads/publications’

Defined in

types/publication.d.ts:25


filename

filename: string

The filename of the downloaded publication. This must be the NameFragment as it is used the internal database too.

example ‘w_E_202012’

Defined in

types/publication.d.ts:19


languageId

Optional languageId: number

The Meps Language Id of this publication.

default 0 (English)

Defined in

types/publication.d.ts:35


type

type: PublicationType

see PublicationType

Defined in

types/publication.d.ts:29