A list of Typefi element variant definitions
Go to Property Listing | Method Listing
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
TypefiElementVariantDefinition [] (index:Number)
Returns the TypefiElementVariantDefinition with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
TypefiElementVariantDefinition add (withProperties:Object)
Create a new TypefiElementVariantDefinition
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new TypefiElementVariantDefinition (Optional) |
TypefiElementVariantDefinition anyItem ()
Returns any TypefiElementVariantDefinition in the collection.
Number count ()
Displays the number of elements in the TypefiElementVariantDefinition.
TypefiElementVariantDefinition everyItem ()
Returns every TypefiElementVariantDefinition in the collection.
TypefiElementVariantDefinition firstItem ()
Returns the first TypefiElementVariantDefinition in the collection.
TypefiElementVariantDefinition item (index:Varies LongInteger String)
Returns the TypefiElementVariantDefinition with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
TypefiElementVariantDefinition itemByID (id:Number)
Returns the TypefiElementVariantDefinition with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
TypefiElementVariantDefinition itemByName (name:String)
Returns the TypefiElementVariantDefinition with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
TypefiElementVariantDefinition itemByRange (from:Varies LongInteger TypefiElementVariantDefinition String, to:Varies LongInteger TypefiElementVariantDefinition String)
Returns the TypefiElementVariantDefinitions within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The TypefiElementVariantDefinition, index, or name at the beginning of the range. Can accept: TypefiElementVariantDefinition, Long Integer or String. |
to |
LongInteger |
The TypefiElementVariantDefinition, index, or name at the end of the range. Can accept: TypefiElementVariantDefinition, Long Integer or String. |
TypefiElementVariantDefinition lastItem ()
Returns the last TypefiElementVariantDefinition in the collection.
TypefiElementVariantDefinition middleItem ()
Returns the middle TypefiElementVariantDefinition in the collection.
TypefiElementVariantDefinition nextItem (obj:TypefiElementVariantDefinition)
Returns the TypefiElementVariantDefinition whose index follows the specified TypefiElementVariantDefinition in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The TypefiElementVariantDefinition whose index comes before the desired TypefiElementVariantDefinition. |
TypefiElementVariantDefinition previousItem (obj:TypefiElementVariantDefinition)
Returns the TypefiElementVariantDefinition with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the TypefiElementVariantDefinition that follows the desired TypefiElementVariantDefinition. |
String toSource ()
Generates a string which, if executed, will return the TypefiElementVariantDefinition.
TypefiElementDefinition.typefiElementVariantDefinitions