tieba.js
Preparing search index...
SearchForumResult
Interface SearchForumResult
interface
SearchForumResult
{
exact_match
?:
{
forum_id
:
string
;
forum_name
:
string
;
forum_name_show
:
string
;
}
;
fuzzy_match
?:
{
forum_id
:
string
;
forum_name
:
string
;
forum_name_show
:
string
;
}
[]
;
has_more
:
number
;
}
Index
Properties
exact_
match?
fuzzy_
match?
has_
more
Properties
Optional
exact_
match
exact_match
?:
{
forum_id
:
string
;
forum_name
:
string
;
forum_name_show
:
string
}
Optional
fuzzy_
match
fuzzy_match
?:
{
forum_id
:
string
;
forum_name
:
string
;
forum_name_show
:
string
}
[]
has_
more
has_more
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exact_
match
fuzzy_
match
has_
more
tieba.js
Loading...