Comp

aeq. Comp

new Comp(comp) → {aeq.Comp}

Source:

Converts a CompItem into an aeq.Comp object

Parameters:
Name Type Description
comp CompItem

CompItem to turn into aeq.Comp object

Returns:

aeq.Comp object of CompItem

Type
aeq.Comp

Methods

forEachLayer(callback)

Source:

Runs a function on each layer in aeq.Comp object

Parameters:
Name Type Description
callback function

Function to run on each layer in aeq.Comp object

get() → {CompItem}

Source:

Get the original object

Returns:

Native Comp object

Type
CompItem