Skip to content
KajayDocs
ReferenceSDK neutral

ExpressionFunction

Evaluates a synchronous host-defined expression function.

API identity

Package
Kajay.Core
Kind
type
Audience
consumer

Signature

public delegate KajayValue ExpressionFunction( IReadOnlyList<KajayValue> arguments, ExpressionFunctionContext context)