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

    Interface IReaderPublicationNavigationCollectionData

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

    interface IReaderPublicationNavigationCollectionData {
        children: IReaderPublicationNavigationItemData[];
        index: number;
        title: string;
        type: NavigationCollectionType;
    }

    Properties

    The children of this collection.

    index: number

    The index of this collection within the parent array ReaderPublicationNavigationData.navigationCollections.

    title: string

    The display title of this collection if any exists.

    The type of navigation collection.