Lines Matching refs:key
49 array of objects with key:value pairs assuming the fields in
59 * `key` : <strong>(required)</strong> The locator name (String)
97 key: 'fruit',
101 key: 'price',
156 result, item, type, field, key, value, i, j;
165 key = (!LANG.isUndefined(field.key)) ? field.key : field;
166 value = (!LANG.isUndefined(item[key])) ? item[key] : item[j];
167 result[key] = Y.DataSchema.Base.parse.call(this, value, field);