This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/genui > FunctionDefinition

FunctionDefinition interface

Signature:

export interface FunctionDefinition 

Properties

Property

Modifiers

Type

Description

description?

string

(Optional)

name

string

parameters

JsonSchema

returnType

'string' | 'number' | 'boolean' | 'array' | 'object' | 'any' | 'void'