Skip to main content

FuncCallParam

Defined in: src/functions.ts:216

Represents a parameter of a function.

Constructors

Constructor

new FuncCallParam(dart): FuncCallParam

Defined in: src/functions.ts:222

Parameters

ParameterType
dartany

Returns

FuncCallParam

Properties

PropertyModifierTypeDescriptionDefined in
auxpublicanyAuxiliary data used for storing additional information associated with this parameter.src/functions.ts:220
dartreadonlyany-src/functions.ts:217

Accessors

name

Get Signature

get name(): string

Defined in: src/functions.ts:227

Returns

string


onChanged

Get Signature

get onChanged(): Observable<any>

Defined in: src/functions.ts:238

Returns

Observable<any>


property

Get Signature

get property(): Property

Defined in: src/functions.ts:232

A property that re

Returns

Property


value

Get Signature

get value(): any

Defined in: src/functions.ts:229

Returns

any

Methods

processOutput()

processOutput(): void

Defined in: src/functions.ts:234

Returns

void