Zimlet JavaScript API Reference - ZmSearchResult

Class ZmSearchResult


This class represents a search result.

Defined in: ZmSearchResult.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmSearchResult(search)
Creates the search result
Method Summary
Method Attributes Method Name and Description
 
Gets the attribute.
 
getResults(type)
Gets the results.
Class Detail
ZmSearchResult(search)
Creates the search result
Parameters:
{ZmSearch} search
the search
Method Detail
{Object} getAttribute(name)
Gets the attribute.
Parameters:
{String} name
the attribute name
Returns:
{Object} the attribute

{Array} getResults(type)
Gets the results.
Parameters:
{constant} type
the type
Returns:
{Array} an array of results

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:39 GMT-0400 (EDT)