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

    Contains all metadata items extracted from an EPUB publication.

    interface IEpubPublicationMetadataData {
        all: IPublicationMetadataItem[];
        identifierIndexes: number[];
        languageIndexes: number[];
        titleIndexes: number[];
        type: EPUB_PUBLICATION_METADATA;
        uniqueIdentifier: IPublicationMetadataItem;
    }

    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.

    uniqueIdentifier: IPublicationMetadataItem

    The unique identifier for the publication, as defined by the "unique-identifier" attribute on the element in the OPF file.