width

Since UXP v2.0

Specifies the width for an element.

See: https://developer.mozilla.org/en/docs/Web/CSS/width

Example:

.someElement {
    width: 100vw;
}