Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunctionDescriptor<TReturn>

Describes a function, its arguments and its return type.

Type parameters

Hierarchy

Index

Properties

arguments?: ArgumentDescriptor[]

Describes the arguments of the function.

Currently only functions need to be described with a FunctionDescriptor, otherwise no descriptor is needed.

name?: string
returns?: TReturn

Return behavior.

type?: "function"

Generated using TypeDoc