Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFunctionDefinition

Serialized representation of a function.

Hierarchy

  • IFunctionDefinition

Index

Properties

Properties

argumentNames

argumentNames: string[]

The names of the function arguments

body

body: string

The body of the function as string

id

Unique identification of the function

Optional name

name: undefined | string

The name of the function

Generated using TypeDoc