Search
Preparing search index...
The search index is not available
@quenk/wml-widgets
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"control/menu/index"
Header
Class Header
Header
Hierarchy
Component
<
WidgetAttrs
<
HeaderAttrs
>
>
Header
Implements
Widget
Index
Constructors
constructor
Properties
attrs
children
view
Methods
removed
render
rendered
Object literals
values
Constructors
constructor
new
Header
(
attrs
:
WidgetAttrs
<
HeaderAttrs
>
, children
:
Content
[]
)
:
Header
children is an array of content passed to this Component.
Parameters
attrs:
WidgetAttrs
<
HeaderAttrs
>
children:
Content
[]
Returns
Header
Properties
attrs
attrs
:
WidgetAttrs
<
HeaderAttrs
>
children
children
:
Content
[]
view
view
:
View
= new headerViews.Main(this)
Methods
removed
removed
(
)
:
void
Returns
void
render
render
(
)
:
Content
Returns
Content
rendered
rendered
(
)
:
void
Returns
void
Object literals
values
values
:
object
text
text
:
string
= (this.attrs.ww && this.attrs.ww.text) ?this.attrs.ww.text : null
root
root
:
object
class
class
:
string
= concat(MENU_HEADER,this.attrs.ww ? this.attrs.ww.class : '')
Globals
"control/menu/index"
Divider
Header
constructor
attrs
children
view
removed
render
rendered
values
Menu
Header
Attrs
Menu
Attrs
CONTENT_
MODE
MENU
MENU_
DIVIDER
MENU_
HEADER
NAV_
MODE
Generated using
TypeDoc
Header