UNPKG

@nativescript/template-master-detail

Version:

Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.

10 lines (8 loc) 158 B
export const roundingValueConverter = { toView: function (value) { return value }, toModel: function (value) { return Math.round(value) }, }