Viv JavaScript Runtime - v0.10.2
    Preparing search index...

    Type Alias CustomFunction

    CustomFunction: (...args: ExpressionValue[]) => AsyncOrSync<ExpressionValue>

    An arbitrary function exposed by the host application in its Viv adapter, which authors can reference using the ~ sigil, as in e.g. ~transport(@person.id, @destination.id).

    Type Declaration