Preparing search index...
The search index is not available
LineUpJS - v4.11.0
LineUpJS
IEngineRankingOptions
Interface IEngineRankingOptions
interface
IEngineRankingOptions
{
animation
:
boolean
;
customRowUpdate
:
(
(
row
,
rowIndex
)
=>
void
)
;
flags
:
ILineUpFlags
;
levelOfDetail
:
(
(
rowIndex
)
=>
"high"
|
"low"
)
;
}
Index
Properties
animation
custom
Row
Update
flags
level
Of
Detail
Properties
animation
animation
:
boolean
custom
Row
Update
custom
Row
Update
:
(
(
row
,
rowIndex
)
=>
void
)
Type declaration
(
row
,
rowIndex
)
:
void
Parameters
row
:
HTMLElement
rowIndex
:
number
Returns
void
flags
flags
:
ILineUpFlags
level
Of
Detail
level
Of
Detail
:
(
(
rowIndex
)
=>
"high"
|
"low"
)
Type declaration
(
rowIndex
)
:
"high"
|
"low"
Parameters
rowIndex
:
number
Returns
"high"
|
"low"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
animation
custom
Row
Update
flags
level
Of
Detail
LineUpJS - v4.11.0
Loading...