UserDefinedFunctionDefinition interface

Properties

body

The body of the user defined function, it can also be passed as a stringifed function

id

The id of the UserDefinedFunction

Property Details

body

The body of the user defined function, it can also be passed as a stringifed function

body?: string | () => void

Property Value

string | () => void

id

The id of the UserDefinedFunction

id?: string

Property Value

string