height

The height of the layer in pixels.Floating-point; read-only.

width

The width of the layer in pixels.Floating-point; read-only.

isNameFromSource

True if the layer has no expressly set name, but contains a named source. In this case, layer.name has the same value as layer.source.name.False if the laye

audioActiveAtTime()

Returns true if this layer’s audio will be active at the specified time.For this method to return true, audioEnabled must be true, no other layer with audio

isTrackMatte

True if this layer is being used as a track matte for the layer behind it.Boolean; read-only.

calculateTransformFromPoints()

Calculates a transformation from a set of points in this layer.pointTopLeft The top left point coordinates in the form of an array, [x, y, z].pointTopRight