gtfs-sqljs
Preparing search index...
index
EntitySelector
Interface EntitySelector
interface
EntitySelector
{
agency_id
?:
string
;
route_id
?:
string
;
route_type
?:
number
;
stop_id
?:
string
;
trip
?:
{
direction_id
?:
number
;
route_id
?:
string
;
schedule_relationship
?:
ScheduleRelationship
;
start_date
?:
string
;
start_time
?:
string
;
trip_id
?:
string
;
}
;
}
Index
Properties
agency_
id?
route_
id?
route_
type?
stop_
id?
trip?
Properties
Optional
agency_
id
agency_id
?:
string
Optional
route_
id
route_id
?:
string
Optional
route_
type
route_type
?:
number
Optional
stop_
id
stop_id
?:
string
Optional
trip
trip
?:
{
direction_id
?:
number
;
route_id
?:
string
;
schedule_relationship
?:
ScheduleRelationship
;
start_date
?:
string
;
start_time
?:
string
;
trip_id
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agency_
id
route_
id
route_
type
stop_
id
trip
gtfs-sqljs
Loading...