.. index:: pair: struct; EE::UI::UIHTMLWidgetGridState
.. _doxid-struct_e_e_1_1_u_i_1_1_u_i_h_t_m_l_widget_grid_state:
struct EE::UI::UIHTMLWidgetGridState
====================================
.. toctree::
:hidden:
.. ref-code-block:: cpp
:class: doxyrest-overview-code-block
#include
struct UIHTMLWidgetGridState {
// fields
std::string :target:`templateRows` { "none" };
std::string :target:`templateColumns` { "none" };
std::string :target:`templateAreas` { "none" };
std::string :target:`autoRows` { "auto" };
std::string :target:`autoColumns` { "auto" };
:ref:`CSSGridAutoFlow` :target:`autoFlow` { :ref:`CSSGridAutoFlow::Row` };
bool :target:`autoFlowDense` { false };
std::string :target:`rowStart` { "auto" };
std::string :target:`rowEnd` { "auto" };
std::string :target:`columnStart` { "auto" };
std::string :target:`columnEnd` { "auto" };
std::string :target:`area` { "auto" };
:ref:`CSSJustifyItems` :target:`justifyItems` { :ref:`CSSJustifyItems::Normal` };
:ref:`CSSJustifySelf` :target:`justifySelf` { :ref:`CSSJustifySelf::Auto` };
};