References
Class Summary
| Static Public Class Summary | ||
| public |
Context is passed to all components. |
|
| public |
|
|
| public |
Transform tracks changes to state structure, is used for mounting transforms. |
|
Function Summary
| Static Public Function Summary | ||
| public |
box(val: *): * |
|
| public |
checkContextType(T: Type): HOC assert context type |
|
| public |
creates a choke that throttle fuction calls |
|
| public |
combiner scope factory represents map of (sub)scopes. |
|
| public |
apply multiple decorators on component |
|
| public |
controller(controller: Map<string, any>): HOC controller decorator. |
|
| public |
curry(f: *, arity: *): * |
|
| public |
cycle(viewF: BoundViewFactory, scopeF: BoundScopeFactory): Stream pipes a to b and b to a -> cycle a and b |
|
| public |
dispatch change sets |
|
| public |
dom(container: DOMElement, rawComponent: Component): BoundViewFactory This function is used to create the render part of your app. |
|
| public |
fragment scope factory represents value of fragment identifier. |
|
| public |
get(state: *, pointer: *, notFound: *): * |
|
| public |
handler(context: *, pairs: *): * |
|
| public |
log component lifecycle |
|
| public |
mapAttributes(node: *, f: *, deep: boolean): * |
|
| public |
memoize component |
|
| public |
transform ctx of component |
|
| public |
add name to component - for debug messages |
|
| public |
normalize(comp: *): * |
|
| public |
specDecorator(options: *): * |
|
| public |
add css styles as Object |
|
| public |
unbox(state: *): * |
|
| public |
value scope factory Scope will update and emit value on every patch action. |
|
Variable Summary
| Static Public Variable Summary | ||
| public |
'booleanized' check function from tcomb |
|
| public |
is: * |
|
| public |
isHandler: * |
|
Typedef Summary
| Static Public Typedef Summary | ||
| public |
BoundScopeFactory: function(input: any): Context bound scope factory |
|
| public |
BoundViewFactory: function(input: any): View bound view factory |
|
| public |
Higher Order Component |
|
| public |
Map: Map<string, JSONPointer> Map holds transform informations. |
|
| public |
json patch type. |
|
| public |
scope
|
|
| public |
ScopeFactory: function(...opts: any): BoundScopeFactory scope factory
|
|
| public |
An array of Strings TokenList holds JSONPath tokens. |
|
| public |
View: * view
|
|
| public |
ViewFactory: function(...opts: any): BoundViewFactory view factory
|
|
| public |
jsx compatible element function. |
|
External Summary
| Static Public External Summary | ||
| public |
tcomb type |
|