Trading Assistant API Documentation - v0.1.0
Preparing search index...
components/02-widgets/07_QualityGates/qualitygates.types
QualityGatesState
Interface QualityGatesState
interface
QualityGatesState
{
data
:
QualityGatesData
|
null
;
loading
:
boolean
;
error
:
string
|
null
;
filter
:
"all"
|
"passed"
|
"failed"
;
sortBy
:
"symbol"
|
"failed_gates"
|
"data_age"
;
sortDirection
:
"asc"
|
"desc"
;
}
Index
Properties
data
loading
error
filter
sort
By
sort
Direction
Properties
data
data
:
QualityGatesData
|
null
loading
loading
:
boolean
error
error
:
string
|
null
filter
filter
:
"all"
|
"passed"
|
"failed"
sort
By
sortBy
:
"symbol"
|
"failed_gates"
|
"data_age"
sort
Direction
sortDirection
:
"asc"
|
"desc"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
loading
error
filter
sort
By
sort
Direction
Trading Assistant API Documentation - v0.1.0
Loading...