Search
Preparing search index...
The search index is not available
twitarr.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
SearchResponse
Class SearchResponse
Represents a search response.
Hierarchy
SearchResponse
Index
Properties
query
Methods
toJSON
from
Rest
Object literals
events
forum
Threads
seamails
stream
Posts
users
Properties
query
query
:
string
The query that was passed to the database.
Methods
toJSON
toJSON
(
)
:
this
Returns
this
Static
from
Rest
from
Rest
(
data
:
any
)
:
SearchResponse
Parameters
data:
any
Returns
SearchResponse
Object literals
events
events
:
object
count
count
:
number
= 0
matches
matches
:
undefined
[]
= []
more
more
:
false
= false
forum
Threads
forum
Threads
:
object
count
count
:
number
= 0
matches
matches
:
undefined
[]
= []
more
more
:
false
= false
seamails
seamails
:
object
count
count
:
number
= 0
matches
matches
:
undefined
[]
= []
more
more
:
false
= false
stream
Posts
stream
Posts
:
object
count
count
:
number
= 0
matches
matches
:
undefined
[]
= []
more
more
:
false
= false
users
users
:
object
count
count
:
number
= 0
matches
matches
:
undefined
[]
= []
more
more
:
false
= false
Globals
Search
Response
query
toJSON
from
Rest
events
forum
Threads
seamails
stream
Posts
users
Generated using
TypeDoc
Represents a search response.