HTML5 Viewer SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk.search

Class s7sdk.search.SearchResultsFrameDesc

This class represents a single frame, or spread in the catalog which has at least one search hit. A SearchResultsFrameDesc instance contains the frame (spread) index within a catalog and the list of one or more pages in this frame.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
idx
frame index within a catalog.
 
specifies the list of SearchResultsPageDesc instances which represent each page in this frame (spread).
Class Detail
s7sdk.search.SearchResultsFrameDesc(idx)
Parameters:
{Number} idx
The frame index.
Field Detail
{Number} idx
frame index within a catalog.

{Array} pageList
specifies the list of SearchResultsPageDesc instances which represent each page in this frame (spread).
See:
s7sdk.search.SearchResultsPageDesc

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 30 2020 16:40:37 GMT+0200 (EET)