参考此链接https://docs.nativescript.org/core-concepts/data-binding#supported-expressions
function calls myFunc(var1, var2, ..., varN) Where myFunc is a function available in binding context (used as context for expression) or within application level resources. The value of the var1 and varN will be used as parameter(s).
我使用一个 RadList,其中每个项目我都有一个标签,我需要在其中显示一个组合字符串,检查基于项目参数的复杂逻辑。
谁能给出打字稿示例我们如何使用函数调用。我尝试了很多方法,但没有任何效果。