Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

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
namestring  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.

Whitebeam release 1.3.36
(loadtime : 62ms)