Add Null at Point
Add Null at Point
Example kBar and AEJuice Bar parameters with default values:
{"parent":true,"direction":"center"}
Learn more
parent
(boolean). Parent to null layer. Values: true
or false
.
direction
(text). Direction of the movement or position. Values: center
, left
, right
, top
, bottom
, top left
, top right
, bottom left
, bottom right
.
Example API call with default parameters AEJuice.call("addNullAtPoint", {"parent":true,"direction":"center"});
.