Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IWpPublicationMetadataData

    Contains all metadata items extracted from a WP publication.

    interface IWpPublicationMetadataData {
        all: IPublicationMetadataItem[];
        identifierIndexes: number[];
        languageIndexes: number[];
        titleIndexes: number[];
        type: WP_PUBLICATION_METADATA;
    }

    Hierarchy (View Summary)

    Properties

    All publication metadata items.

    identifierIndexes: number[]

    The indexes into the list of metadata items, where publication identifier items can be found.

    languageIndexes: number[]

    The indexes into the list of metadata items, where publication language items can be found.

    titleIndexes: number[]

    The indexes into the list of metadata items, where publication title items can be found.

    Describes the most specific subtype of IPublicationMetadata this object conforms to.