Skip to content

Commit

Permalink
[xprototype#4/feature] Helper to manipulate record
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcorrea committed Mar 29, 2019
1 parent e8ee6dc commit 51ca71a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/app/Prototype/Contracts/Basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,19 @@ export default {
getFieldLayout () {
// will override by specialists
},
/**
* @param {string} property
* @param {*} value
*/
setRecord (property, value) {
// will override by specialists
},
/**
* @param {string} property
*/
getRecord (property) {
// will override by specialists
},
/**
* @param {Function} h
* @param {string} position
Expand Down

0 comments on commit 51ca71a

Please sign in to comment.