UNPKG

@nativescript/template-master-detail

Version:

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

13 lines (12 loc) 214 B
export const visibilityValueConverter = { toView: function (value) { if (value) { return 'collapsed' } else { return 'visible' } }, toModel: function (value) { return value }, }