Skip to main content

FuncCallParam

Defined in: js-api/src/functions.ts:232

Represents a parameter of a function.

Constructors

Constructor

new FuncCallParam(dart): FuncCallParam

Defined in: js-api/src/functions.ts:238

Parameters

ParameterType
dartany

Returns

FuncCallParam

Properties

PropertyModifierTypeDescriptionDefined in
auxpublicanyAuxiliary data used for storing additional information associated with this parameter (a MapBag: indexed access plus the map methods; typed any so it can be cast to a package's own shape).js-api/src/functions.ts:236
dartreadonlyany-js-api/src/functions.ts:233

Accessors

name

Get Signature

get name(): string

Defined in: js-api/src/functions.ts:243

Returns

string


onChanged

Get Signature

get onChanged(): Observable<any>

Defined in: js-api/src/functions.ts:254

Returns

Observable<any>


property

Get Signature

get property(): Property

Defined in: js-api/src/functions.ts:248

Property (metadata) of this parameter: name, type, options.

Returns

Property


value

Get Signature

get value(): any

Defined in: js-api/src/functions.ts:245

Returns

any

Methods

processOutput()

processOutput(): void

Defined in: js-api/src/functions.ts:250

Returns

void