function init(self: MyNode, context: Context): boolean local dc = context:dataContext() if dc then local parentDC = dc:parent() local vm = dc:viewModel() end return trueend
Returns the ViewModel associated with this context.
Copy
Ask AI
function init(self: MyNode, context: Context): boolean local dc = context:dataContext() if dc then local parentDC = dc:parent() local vm = dc:viewModel() end return trueend