Page MenuHomeWickedGov Phorge

types.js
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

types.js

/**
* @typedef {Object} FetchEndEvent
* @property {number} numberOfResults
* @property {string} query
*/
/**
* @typedef {Object} SuggestionClickEvent
* @property {number} numberOfResults
* @property {number} index
*/
/**
* @typedef {SuggestionClickEvent} SearchSubmitEvent
*/
/**
* @typedef {Object} RestResult
* @property {number} id
* @property {string} key
* @property {string} title
* @property {string} [description]
* @property {RestThumbnail | null} [thumbnail]
*/
/**
* @typedef {Object} RestThumbnail
* @property {string} url
* @property {number | null} [width]
* @property {number | null} [height]
*/
/**
* @typedef {Object} SearchResult
* @property {number} id
* @property {string} key
* @property {string} title
* @property {string} [description]
* @property {SearchResultThumbnail} [thumbnail]
*/
/**
* @typedef {Object} SearchResultThumbnail
* @property {string} url
* @property {number} [width]
* @property {number} [height]
*/
/* exported SuggestionClickEvent, SearchSubmitEvent, FetchEndEvent, RestResult, SearchResult */

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 12:29 (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2e/47/946c38820e153a49c7106bab7f20
Default Alt Text
types.js (1 KB)

Event Timeline