1.2.0 • Published 10 years ago

gaffa-link v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

gaffa-link

link behaviour for linking data in a gaffa application

This behaviour can be used to transform data from one location in the model, to another.

Install:

npm i gaffa-link

Add to gaffa:

gaffa.registerConstructor(require('gaffa-link'));

API

Properties (instanceof Gaffa.Property)

source (set)

Where to get data from.

target (set)

Where to put data.

cleans (set)

Whether to mark the target as clean after a set.

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago