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

    Interface IReaderPublicationNavigationCollection

    Represents a collection of IReaderPublicationNavigationItems in a tree structure. Note that some NavigationCollectionTypes such as PAGE_LIST are flat lists of IReaderPublicationNavigationItems.

    interface IReaderPublicationNavigationCollection {
        getChildren(): readonly IReaderPublicationNavigationItem[];
        getIndex(): number;
        getTitle(): string;
        getType(): NavigationCollectionType;
        toJSON(): IReaderPublicationNavigationCollectionData;
    }

    Methods

    • The index of this collection within the parent array returned by ReaderPublicationNavigation.getNavigationCollections().

      Returns number

    • The display title of this collection if any exists.

      Returns string