Type Alias: SPPosition
SPPosition =
"cl"
|"ll"
|"lc"
|"lr"
|"cr"
|"ur"
|"uc"
|"ul"
|"c"
Defined in: StationPlot.ts:28
Positions around the station plot at which to draw the various elements
Value | Position |
---|---|
'cl' | center-left |
'll' | lower-left |
'lc' | lower-center |
'lr' | lower-right |
'cr' | center-right |
'ur' | upper-right |
'uc' | upper-center |
'ul' | upper-left |
'c' | center |