Search
Preparing search index...
The search index is not available
@quenk/wml-widgets
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"content/x/caret/index"
Caret
Class Caret
Hierarchy
Component
<
WidgetAttrs
<
CaretAttrs
>
>
Caret
Implements
Widget
Index
Constructors
constructor
Properties
attrs
children
view
Methods
removed
render
rendered
Object literals
values
Constructors
constructor
new
Caret
(
attrs
:
WidgetAttrs
<
CaretAttrs
>
, children
:
Content
[]
)
:
Caret
children is an array of content passed to this Component.
Parameters
attrs:
WidgetAttrs
<
CaretAttrs
>
children:
Content
[]
Returns
Caret
Properties
attrs
attrs
:
WidgetAttrs
<
CaretAttrs
>
children
children
:
Content
[]
view
view
:
View
= new views.Main(this)
Methods
removed
removed
(
)
:
void
Returns
void
render
render
(
)
:
Content
Returns
Content
rendered
rendered
(
)
:
void
Returns
void
Object literals
values
values
:
object
root
root
:
object
class
class
:
string
= concat(CARET, this.attrs.ww && this.attrs.ww.class)
Globals
"content/x/caret/index"
Caret
constructor
attrs
children
view
removed
render
rendered
values
Caret
Attrs
CARET
Generated using
TypeDoc
children is an array of content passed to this Component.