Home Manual Reference Source Repository

Typedef

Static Public Summary
public

bound scope factory

public

bound view factory

public

HOC: function(component: Component): Component

Higher Order Component

public

Map holds transform informations.

public

json patch type.

public

Scope: function(patchAction: PatchSet)

scope

  • stream representation of json data that (may) change ´* - flyd stream
public

scope factory

  • creates scope, who listen on input
  • curried: opts -> input -> scope
public

An array of Strings TokenList holds JSONPath tokens.

public

View: *

view

  • view stream representation
  • views listen on contexts and render them in some way (e.g.
public

view factory

  • creates view, who listen on scops
  • curried: opts -> input -> view
public

jsx compatible element function.

Static Public

public BoundScopeFactory: function(input: any): Context source

bound scope factory

public BoundViewFactory: function(input: any): View source

bound view factory

public HOC: function(component: Component): Component source

Higher Order Component

public Map: Map<string, JSONPointer> source

Map holds transform informations.

public Patch: object source

json patch type.

public Scope: function(patchAction: PatchSet) source

scope

  • stream representation of json data that (may) change ´* - flyd stream

Emit:

Context

Listen:

PatchSet

See:

public ScopeFactory: function(...opts: any): BoundScopeFactory source

scope factory

  • creates scope, who listen on input
  • curried: opts -> input -> scope

public TokenList: Array<string> source

An array of Strings TokenList holds JSONPath tokens.

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:

Context

See:

public ViewFactory: function(...opts: any): BoundViewFactory source

view factory

  • creates view, who listen on scops
  • curried: opts -> input -> view

public element: function source

jsx compatible element function.

See: