Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISerializedFunctionCall

Serialized representation of a function call

Hierarchy

  • ISerializedFunctionCall

Index

Properties

_______serializedFunctionCall

_______serializedFunctionCall: boolean

Marker that indicates that this object is a serialized function call

functionId

functionId: IFunctionId

The id of the function to invoke (IFunctionDefinition.id)

parameters

parameters: any[]

The parameters to pass to the function when called

Generated using TypeDoc