struct EE::UI::CSSZIndex

#include <uihtmlwidget.hpp>

struct CSSZIndex {
    // fields

    int value { 0 };
    bool isAuto { true };

    // methods

    bool operator==(const CSSZIndex& other) const;
    bool operator!=(const CSSZIndex& other) const;
};