Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/deck
DeckRail
Class DeckRail
Hierarchy
DeckRail
Implements
Equals
Equivalent
Debug
Index
Constructors
constructor
Properties
left
posts
right
spacing
width
Methods
debug
equals
equivalent
To
get
Post
lookup
Post
resized
to
String
create
from
Any
from
Init
of
Constructors
constructor
new
Deck
Rail
(
width
:
null
|
Length
, left
:
null
|
Length
, right
:
null
|
Length
, spacing
:
null
|
Length
, posts
:
readonly
DeckPost
[]
)
:
DeckRail
Parameters
width:
null
|
Length
left:
null
|
Length
right:
null
|
Length
spacing:
null
|
Length
posts:
readonly
DeckPost
[]
Returns
DeckRail
Properties
Readonly
left
left
:
null
|
Length
Readonly
posts
posts
:
readonly
DeckPost
[]
Readonly
right
right
:
null
|
Length
Readonly
spacing
spacing
:
null
|
Length
Readonly
width
width
:
null
|
Length
Methods
debug
debug
(
output
:
Output
<
unknown
>
)
:
void
Parameters
output:
Output
<
unknown
>
Returns
void
equals
equals
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
equivalent
To
equivalent
To
(
that
:
unknown
, epsilon
?:
number
)
:
boolean
Parameters
that:
unknown
Optional
epsilon:
number
Returns
boolean
get
Post
get
Post
(
key
:
string
|
number
)
:
null
|
DeckPost
Parameters
key:
string
|
number
Returns
null
|
DeckPost
lookup
Post
lookup
Post
(
key
:
string
)
:
undefined
|
number
Parameters
key:
string
Returns
undefined
|
number
resized
resized
(
width
:
AnyLength
, left
?:
null
|
AnyLength
, right
?:
null
|
AnyLength
, spacing
?:
null
|
AnyLength
)
:
DeckRail
Parameters
width:
AnyLength
Optional
left:
null
|
AnyLength
Optional
right:
null
|
AnyLength
Optional
spacing:
null
|
AnyLength
Returns
DeckRail
to
String
to
String
(
)
:
string
Returns
string
Static
create
create
(
posts
:
readonly
DeckPost
[]
)
:
DeckRail
Parameters
posts:
readonly
DeckPost
[]
Returns
DeckRail
Static
from
Any
from
Any
(
value
:
AnyDeckRail
)
:
DeckRail
Parameters
value:
AnyDeckRail
Returns
DeckRail
Static
from
Init
from
Init
(
init
:
DeckRailInit
)
:
DeckRail
Parameters
init:
DeckRailInit
Returns
DeckRail
Static
of
of
(
...
deckPosts
:
AnyDeckPost
[]
)
:
DeckRail
Parameters
Rest
...
deckPosts:
AnyDeckPost
[]
Returns
DeckRail
Modules
@swim/system
@swim/toolkit
@swim/ui
@swim/ux
@swim/button
@swim/token
@swim/grid
@swim/window
@swim/deck
@swim/vis
@swim/maps
Deck
Bar
Deck
Button
Deck
Card
Deck
Post
Deck
Rail
constructor
left
posts
right
spacing
width
debug
equals
equivalent
To
get
Post
lookup
Post
resized
to
String
create
from
Any
from
Init
of
Deck
Slider
Deck
Slot
Deck
View
Deck
View
Controller
Title
Deck
Bar
Title
Deck
View
Controller
Deck
Bar
Observer
Deck
Button
Observer
Deck
Post
Init
Deck
Rail
Init
Deck
Slider
Observer
Deck
View
Observer
Any
Deck
Post
Any
Deck
Rail
Generated using
TypeDoc