Type: ComponentFactory
GraceDocs
ComponentFactory<T>
= type {
...added methods below...
}
where T <: Component
Added methods
Method signature
Return type
fromElement
(
element
)
T
Build a component around an existing element.
ofElementType
(
tagName
:
String
)
T
Build a component around a new element of the given tag name.