Search
Preparing search index...
The search index is not available
@quenk/wml-widgets
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"layout/grid-layout/index"
Row
Class Row
Hierarchy
GenericLayout
<
RowAttrs
>
Row
Implements
Widget
Layout
Index
Constructors
constructor
Properties
attrs
children
remove
Content
set
Content
view
Methods
removed
render
rendered
Object literals
values
Constructors
constructor
new
Row
(
attrs
:
WidgetAttrs
<
RowAttrs
>
, children
:
Content
[]
)
:
Row
children is an array of content passed to this Component.
Parameters
attrs:
WidgetAttrs
<
RowAttrs
>
children:
Content
[]
Returns
Row
Properties
attrs
attrs
:
WidgetAttrs
<
RowAttrs
>
children
children
:
Content
[]
remove
Content
remove
Content
:
RemoveContent
<
this
>
= removeContent(this)(_get(this))
set
Content
set
Content
:
SetContent
<
this
>
= setContent(this)(_get(this))
view
view
:
View
= new views.Row(this)
Methods
removed
removed
(
)
:
void
Returns
void
render
render
(
)
:
Content
Returns
Content
rendered
rendered
(
)
:
void
Returns
void
Object literals
values
values
:
object
content
content
:
object
class
class
:
string
= concat(GRID_LAYOUT_ROW, (this.attrs.ww && this.attrs.ww.class) ?this.attrs.ww.class : '')
id
id
:
string
= "row"
Globals
"layout/grid-
layout/index"
Column
Grid
Layout
Row
constructor
attrs
children
remove
Content
set
Content
view
removed
render
rendered
values
Column
Attrs
Grid
Layout
Attrs
Row
Attrs
GRID_
LAYOUT
GRID_
LAYOUT_
COLUMN
GRID_
LAYOUT_
ROW
Generated using
TypeDoc
children is an array of content passed to this Component.