GridRepeatItems

A collection of grid repeat 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

GridRepeatItem add (sourceArt:Varies, config:GridRepeatConfig)

Creates a grid repeat art.

Parameter

Type

Description

sourceArt

Varies

The page item(s) to apply to.

config

GridRepeatConfig

The grid repeat configuration.

GridRepeatItem 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.gridRepeatItems

GroupItem.gridRepeatItems

Layer.gridRepeatItems