Skip to main content

FuncCallParam

Represents a parameter of a function.

Constructors

new FuncCallParam()

new FuncCallParam(dart): FuncCallParam

Parameters

ParameterType
dartany

Returns

FuncCallParam

Source

src/functions.ts:222

Properties

PropertyModifierTypeDescription
auxpublicanyAuxiliary data used for storing additional information associated with this parameter.
dartreadonlyany-

Accessors

name

get name(): string

Returns

string

Source

src/functions.ts:227


onChanged

get onChanged(): Observable<any>

Returns

Observable<any>

Source

src/functions.ts:238


property

get property(): Property

A property that re

Returns

Property

Source

src/functions.ts:232


value

get value(): any

Returns

any

Source

src/functions.ts:229

Methods

processOutput()

processOutput(): void

Returns

void

Source

src/functions.ts:234