|
Whitebeam Template Reference Documentation
|
Collection Template
typeInfo()
Return info stored about this collection class
See Also
rb.collection.typeSet() rb.collection.typeRemove() Syntax
type = rb.collection.typeInfo(name)
Parameters
The 'typeInfo' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | name | string | | Required. The name of the collection type |
Results
The 'typeInfo' method returns structure:
Type/Value | Range/Length | Description |
struct type |
see definition |
Opaque JavaScript object containing data associated with this collection type (meta data)
|
Remarks Return information stored about a class of collections. |
|
(loadtime : 104ms) |