Interface CatalogEntry

Hierarchy

  • CatalogEntry

Properties

articleId?: string

For type Article, the native id of the article to be created. In case of IDM, this is |. In case of XcalibuR, this is @@

entries?: CatalogEntry[]

For type Folder, the contained entries: folders and/or articles.

entryId: string

Id of the entry. Needed if catalog processing is done server side.

entryText?: Record<string, string[]>

Localized entry text. Key is ISO 639-1 language code.

entryType: "Folder" | "Article"

Type of the entry. Available values are: "Folder" "Article"

Generated using TypeDoc