end

fun end(value: () -> Property)

This function is used to define the end position within the columns or rows of a grid for a child element using the CSS properties:

example calls:

end { "CONTENT".start } // end at the beginning of the "content" area
end { "CONTENT".end } // end at the end of the "content" area
end { "5" } // end at the fifth column or row from the bottom
end { span(3) } end before three cells from the bottom

Parameters

value

function parameter to get a CSS property back