InkFunctionResult

Inherits: Reference

Description

A plain object that encapsulates the result of evaluating an function from Ink.

Properties

String

text_output

Variant

return_value

Property Descriptions

The text output generated during the function’s evaluation.


The return value of the function.