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 (7 loc) 175 B
import { fromObject } from '@nativescript/core' export function CarDetailViewModel(carModel) { const viewModel = fromObject({ car: carModel, }) return viewModel }