Lynx

Home > @lynx-js/genui > resolveFunctionArguments

resolveFunctionArguments() function

Signature:

export declare function resolveFunctionArguments(
  processor: MessageProcessor,
  args: Record<string, unknown> | undefined,
  surfaceId: string,
  dataContextPath?: string,
  options?: ResolveFunctionOptions,
): Record<string, unknown>;

Parameters

Parameter

Type

Description

processor

MessageProcessor

args

Record<string, unknown> | undefined

surfaceId

string

dataContextPath

string

(Optional)

options

ResolveFunctionOptions

(Optional)

Returns:

Record<string, unknown>

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.