mmir-lib
Version:
MMIR (Mobile Multimodal Interaction and Relay) library
140 lines (80 loc) • 3.58 kB
Markdown
**[mmir-lib 7.0.0-beta1](../README.md)**
> [Globals](../README.md) / [mmir-lib](../modules/mmir_lib.md) / RequireJsDefine
* [Function](mmir_lib.requirejs.md
↳ **RequireJsDefine**
* [Function](mmir_lib.requirejsdefine.md
* [arguments](mmir_lib.requirejsdefine.md
* [caller](mmir_lib.requirejsdefine.md
* [length](mmir_lib.requirejsdefine.md
* [prototype](mmir_lib.requirejsdefine.md
* [apply](mmir_lib.requirejsdefine.md
* [bind](mmir_lib.requirejsdefine.md
* [call](mmir_lib.requirejsdefine.md
* [toString](mmir_lib.requirejsdefine.md
• **Function**: FunctionConstructor
___
• **arguments**: any
*Inherited from [RequireJs](mmir_lib.requirejs.md).[arguments](mmir_lib.requirejs.md
___
• **caller**: [Function](mmir_lib.requirejs.md
*Inherited from [RequireJs](mmir_lib.requirejs.md).[caller](mmir_lib.requirejs.md
___
• `Readonly` **length**: number
*Inherited from [RequireJs](mmir_lib.requirejs.md).[length](mmir_lib.requirejs.md
___
• **prototype**: any
*Inherited from [RequireJs](mmir_lib.requirejs.md).[prototype](mmir_lib.requirejs.md
▸ **apply**(`this`: [Function](mmir_lib.requirejs.md
*Inherited from [RequireJs](mmir_lib.requirejs.md).[apply](mmir_lib.requirejs.md
Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.
Name | Type | Description |
------ | ------ | ------ |
`this` | [Function](mmir_lib.requirejs.md
`thisArg` | any | The object to be used as the this object. |
`argArray?` | any | A set of arguments to be passed to the function. |
**Returns:** any
___
▸ **bind**(`this`: [Function](mmir_lib.requirejs.md
*Inherited from [RequireJs](mmir_lib.requirejs.md).[bind](mmir_lib.requirejs.md
For a given function, creates a bound function that has the same body as the original function.
The this object of the bound function is associated with the specified object, and has the specified initial parameters.
Name | Type | Description |
------ | ------ | ------ |
`this` | [Function](mmir_lib.requirejs.md
`thisArg` | any | An object to which the this keyword can refer inside the new function. |
`...argArray` | any[] | A list of arguments to be passed to the new function. |
**Returns:** any
___
▸ **call**(`this`: [Function](mmir_lib.requirejs.md
*Inherited from [RequireJs](mmir_lib.requirejs.md).[call](mmir_lib.requirejs.md
Calls a method of an object, substituting another object for the current object.
Name | Type | Description |
------ | ------ | ------ |
`this` | [Function](mmir_lib.requirejs.md
`thisArg` | any | The object to be used as the current object. |
`...argArray` | any[] | A list of arguments to be passed to the method. |
**Returns:** any
___
▸ **toString**(): string
*Inherited from [RequireJs](mmir_lib.requirejs.md).[toString](mmir_lib.requirejs.md
Returns a string representation of a function.
**Returns:** string