Preparing search index...
The search index is not available
LineUpJS - v4.11.0
LineUpJS
IBuilderAdapterRankingProps
Interface IBuilderAdapterRankingProps
interface
IBuilderAdapterRankingProps
{
columns
?:
(
string
|
IImposeColumnBuilder
|
INestedBuilder
|
IWeightedSumBuilder
|
IReduceBuilder
|
IScriptedBuilder
)
[]
;
groupBy
?:
string
|
string
[]
;
sortBy
?:
string
|
{
asc
:
boolean
|
"desc"
|
"asc"
;
column
:
string
;
}
|
(
string
|
{
asc
:
boolean
|
"desc"
|
"asc"
;
column
:
string
;
}
)
[]
;
}
Index
Properties
columns?
group
By?
sort
By?
Properties
Optional
columns
columns
?:
(
string
|
IImposeColumnBuilder
|
INestedBuilder
|
IWeightedSumBuilder
|
IReduceBuilder
|
IScriptedBuilder
)
[]
Optional
group
By
group
By
?:
string
|
string
[]
Optional
sort
By
sort
By
?:
string
|
{
asc
:
boolean
|
"desc"
|
"asc"
;
column
:
string
;
}
|
(
string
|
{
asc
:
boolean
|
"desc"
|
"asc"
;
column
:
string
;
}
)
[]
Type declaration
asc
:
boolean
|
"desc"
|
"asc"
column
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
columns
group
By
sort
By
LineUpJS - v4.11.0
Loading...