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:216

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:221


onChanged

get onChanged(): Observable<any>

Returns

Observable<any>

Source

src/functions.ts:232


property

get property(): Property

A property that re

Returns

Property

Source

src/functions.ts:226


value

get value(): any

Returns

any

Source

src/functions.ts:223

Methods

processOutput()

processOutput(): void

Returns

void

Source

src/functions.ts:228