UIStyle allows a certain amount of template styling for the collection of UIElements.

interface UIStyle {
    justifyContent?: "end" | "start" | "space-between";
}

Properties

Properties

justifyContent?: "end" | "start" | "space-between"

justifyContent specifies element justification to the start (items at the left), end (items at the right) or space-between (items at the sides).

Generated using TypeDoc