V8 Javascript API

Mdl_attached_function Class Reference

[Elements]

Description

Represents a function attached to an MDL argument.

Constructor

 Mdl_attached_function( Mdl_function_call attach_function, String field_name)
More...

Properties

 attached_function
Returns the attached function.
 field
Returns the attached field name.

Constructor

Mdl_attached_function( Mdl_function_call attach_function, String field_name)

Parameters

attach_function
the function to attach
field_name
the field on the function's output structure to attach, optional.

Properties

Mdl_attached_function.attached_function

Returns the attached function.

Mdl_attached_function.field

Returns the attached field name.