Sports Lib API - v17.3.0
GitHub
npm
Preparing search index...
API
RouteStream
Class RouteStream
Implements
RouteStreamInterface
Index
Constructors
constructor
Properties
data
type
Methods
get
Data
get
Stream
Data
By
Index
is
Exportable
set
Data
to
JSON
Constructors
constructor
new
RouteStream
(
type
:
string
,
data
?:
(
number
|
null
)
[]
)
:
RouteStream
Parameters
type
:
string
Optional
data
: (
number
|
null
)
[]
Returns
RouteStream
Properties
Protected
data
data
:
(
number
|
null
)
[]
= []
Readonly
type
type
:
string
Methods
get
Data
getData
(
onlyNumeric
?:
boolean
,
filterInfinity
?:
boolean
)
:
(
number
|
null
)
[]
Parameters
onlyNumeric
:
boolean
= false
filterInfinity
:
boolean
= false
Returns (
number
|
null
)
[]
get
Stream
Data
By
Index
getStreamDataByIndex
(
onlyNumeric
?:
boolean
,
filterInfinity
?:
boolean
,
)
:
RouteStreamDataItem
[]
Parameters
onlyNumeric
:
boolean
= false
filterInfinity
:
boolean
= false
Returns
RouteStreamDataItem
[]
is
Exportable
isExportable
()
:
boolean
Returns
boolean
set
Data
setData
(
data
:
(
number
|
null
)
[]
)
:
this
Parameters
data
: (
number
|
null
)
[]
Returns
this
to
JSON
toJSON
()
:
StreamJSONInterface
Returns
StreamJSONInterface
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
data
type
Methods
get
Data
get
Stream
Data
By
Index
is
Exportable
set
Data
to
JSON
GitHub
npm
Sports Lib API - v17.3.0
Loading...