Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4134119
types.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
types.js
View Options
/**
* @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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment