SymbolItems

A collection of symbol items.

Methods:

add, getByName, removeAll

Property Listing

Property

Type

Access

Description

length

Int

readonly

Number of elements in the collection.

parent

 

readonly

The object's container.

typename

String

readonly

The class name of the object.

Method Listing

SymbolItem add (symbol:Symbol)

An instance of a symbol item.

Parameter

Type

Description

symbol

Symbol

The symbol to make an instance of.

SymbolItem getByName (name:String)

Get the first element in the collection with the provided name.

Parameter

Type

Description

name

String

 

undefined removeAll ()

Deletes all elements.

Object of

Document.symbolItems

GroupItem.symbolItems

Layer.symbolItems