gatelogue-types
Preparing search index...
BusLine
Interface BusLine<S>
interface
BusLine
<
S
extends
boolean
=
true
>
{
code
:
string
;
colour
:
null
|
Sourced
<
string
,
S
>
;
company
:
Sourced
<
number
,
S
>
;
i
:
number
;
name
:
null
|
Sourced
<
string
,
S
>
;
ref_stop
:
Sourced
<
number
,
S
>
;
source
:
string
[]
;
type
:
string
;
}
Type Parameters
S
extends
boolean
=
true
Hierarchy (
View Summary
)
Node
BusLine
Index
Properties
code
colour
company
i
name
ref_
stop
source
type
Properties
code
code
:
string
colour
colour
:
null
|
Sourced
<
string
,
S
>
company
company
:
Sourced
<
number
,
S
>
i
i
:
number
name
name
:
null
|
Sourced
<
string
,
S
>
ref_
stop
ref_stop
:
Sourced
<
number
,
S
>
source
source
:
string
[]
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
colour
company
i
name
ref_
stop
source
type
gatelogue-types
Loading...