How to get elementById in Nativescript? How to get elementById in Nativescript? vue.js vue.js

How to get elementById in Nativescript?


Use Label.getViewById("formString") to access the attributes of FormattedString.

getViewById is the nearest equivalent to the javascript getElementById

Hope this helps