enum EE::UI::Models::Variant::Type

#include <variant.hpp>

enum Type {
    Invalid,
    DataPtr,
    String,
    StdString,
    Bool,
    Float,
    Int,
    Uint,
    Int64,
    Uint64,
    Drawable,
    Icon,
    Vector2f,
    Rectf,
    cstr,
};