Typedef
Static Public 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. |
Static Public
public Patch: object source
json patch type.
- only add, remove and replace patches are supported
- http://jsonpatch.com
public Scope: function(patchAction: PatchSet) source
scope
- stream representation of json data that (may) change ´* - flyd stream
Emit:
Listen:
PatchSet |
public ScopeFactory: function(...opts: any): BoundScopeFactory source
scope factory
- creates scope, who listen on input
- curried: opts -> input -> scope
public View: * source
view
- view stream representation
- views listen on contexts and render them in some way (e.g. dom)
- a view can emit patchSets ´* - flyd stream
Emit:
PatchSet |
Listen:
public ViewFactory: function(...opts: any): BoundViewFactory source
view factory
- creates view, who listen on scops
- curried: opts -> input -> view