Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes an argument for a function. If idx is not set then this descriptor applies to all arguments.

Since we only care about functions as arguments, for now, it is basically a FunctionDescriptor. If the argument is not a function, do not specify a descriptor for it!

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.

idx?: number
name?: string

Return behavior.

type?: "function"

Generated using TypeDoc