left
Since: UXP 2, PS 22.0.0
Sets the left position for an element that is relatively or absolutely positioned.
See: https://developer.mozilla.org/en/docs/Web/CSS/left
Example:
Copied to your clipboard1.someElement {2 left: 0;3 position: absolute;4}