Skip to main content

Class: FuncCallParam

dg.FuncCallParam

Represents a parameter of a function.

Constructors

constructor

new FuncCallParam(dart)

Parameters

NameType
dartany

Defined in

src/functions.ts:211

Properties

aux

aux: any

Auxiliary data used for storing additional information associated with this parameter.

Defined in

src/functions.ts:209


dart

Readonly dart: any

Defined in

src/functions.ts:206

Accessors

name

get name(): string

Returns

string

Defined in

src/functions.ts:216


onChanged

get onChanged(): Observable<any>

Returns

Observable<any>

Defined in

src/functions.ts:227


property

get property(): Property

A property that re

Returns

Property

Defined in

src/functions.ts:221


value

get value(): any

Returns

any

Defined in

src/functions.ts:218

Methods

processOutput

processOutput(): void

Returns

void

Defined in

src/functions.ts:223