Current section
Files
Jump to
Current section
Files
include/legos@internal@model_GridTemplateStyle.hrl
-record(grid_template_style, {
spacing :: {legos@internal@model:length(), legos@internal@model:length()},
columns :: list(legos@internal@model:length()),
rows :: list(legos@internal@model:length())
}).