raptor
Preparing search index...
IRAPTORData
Interface IRAPTORData<TimeVal, SI, RI, TI>
interface
IRAPTORData
<
TimeVal
,
SI
extends
Id
=
Id
,
RI
extends
Id
=
Id
,
TI
extends
Id
=
Id
,
>
{
attachData
:
(
...
args
:
never
[]
)
=>
void
;
routes
:
MapRead
<
RI
,
Route
<
TimeVal
,
SI
,
RI
,
TI
>
>
;
stops
:
MapRead
<
SI
,
Stop
<
SI
,
RI
>
>
;
timeType
:
Time
<
TimeVal
>
;
}
Type Parameters
TimeVal
SI
extends
Id
=
Id
RI
extends
Id
=
Id
TI
extends
Id
=
Id
Implemented by
RAPTORData
SharedRAPTORData
Index
Properties
attach
Data
routes
stops
time
Type
Properties
attach
Data
attachData
:
(
...
args
:
never
[]
)
=>
void
Readonly
routes
routes
:
MapRead
<
RI
,
Route
<
TimeVal
,
SI
,
RI
,
TI
>
>
Readonly
stops
stops
:
MapRead
<
SI
,
Stop
<
SI
,
RI
>
>
Readonly
time
Type
timeType
:
Time
<
TimeVal
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attach
Data
routes
stops
time
Type
raptor
Loading...