gatelogue-types
Preparing search index...
RailLine
Interface RailLine<S>
interface
RailLine
<
S
extends
boolean
=
true
>
{
code
:
string
;
colour
:
null
|
Sourced
<
string
,
S
>
;
company
:
Sourced
<
number
,
S
>
;
i
:
number
;
mode
:
null
|
Sourced
<
RailMode
,
S
>
;
name
:
null
|
Sourced
<
string
,
S
>
;
ref_station
:
Sourced
<
number
,
S
>
;
source
:
string
[]
;
type
:
string
;
}
Type Parameters
S
extends
boolean
=
true
Hierarchy (
View Summary
)
Node
RailLine
Index
Properties
code
colour
company
i
mode
name
ref_
station
source
type
Properties
code
code
:
string
colour
colour
:
null
|
Sourced
<
string
,
S
>
company
company
:
Sourced
<
number
,
S
>
i
i
:
number
mode
mode
:
null
|
Sourced
<
RailMode
,
S
>
name
name
:
null
|
Sourced
<
string
,
S
>
ref_
station
ref_station
:
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
mode
name
ref_
station
source
type
gatelogue-types
Loading...