struct EE::UI::CSS::StyleSheetSelectorRule::AttributeSelector¶
#include <stylesheetselectorrule.hpp> struct AttributeSelector { // fields std::string name; std::string value; const PropertyDefinition* propertyDefinition { nullptr }; AttributeOperator op { AttributeOperator::None }; bool isDataAttribute { false }; };