Davide Della Casa
2014-09-16 15:33:53 UTC
Looking at this, spec for connections:
+ 'spec can be: {\n'
+ ' removeAfterUpdate: Boolean,\n'
+ ' forceAttributeConnection: Boolean,\n'
+ ' converter: Function,\n'
+ ' updater: Function,\n'
+ ' varMapping: Object\n'
+ '}',
converter and updater are explained in a couple of docs, that’s cool.
Any insight/organic explanation about what the others (removeAfterUpdate, forceAttributeConnection, varMapping) do and in which context they are necessary/useful? Online somewhere, papers anywhere, previous email threads?
If not, can anybody give a sketch in this thread?
Cheers!
Davide Della Casa
+ 'spec can be: {\n'
+ ' removeAfterUpdate: Boolean,\n'
+ ' forceAttributeConnection: Boolean,\n'
+ ' converter: Function,\n'
+ ' updater: Function,\n'
+ ' varMapping: Object\n'
+ '}',
converter and updater are explained in a couple of docs, that’s cool.
Any insight/organic explanation about what the others (removeAfterUpdate, forceAttributeConnection, varMapping) do and in which context they are necessary/useful? Online somewhere, papers anywhere, previous email threads?
If not, can anybody give a sketch in this thread?
Cheers!
Davide Della Casa