width

Since UXP v2.0

Specifies the width for an element.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/width

Example:

.someElement {
    width: 100vw;
}