The minimum height that the collapsed element can be which defaults to 0
.
This can either be a number of pixels or a string CSS height value.
Setting this value to any non-zero value will allow for the element to shrink to the defined min-height, and then expand to the full height once no longer collapsed.
Note: If the minHeight
, minPaddingTop
, and minPaddingBottom
options
are all set to 0
(default), the child will be removed from the DOM while
collapsed.
The minimum padding-bottom that the collapsed element can be which defaults
to 0
. This can either be a number of pixels or a string CSS
padding-bottom
value.
Note: If the minHeight
, minPaddingTop
, and minPaddingBottom
options
are all set to 0
(default), the child will be removed from the DOM while
collapsed.
The minimum padding-top that the collapsed element can be which defaults to
0
. This can either be a number of pixels or a string CSS padding-top
value.
Note: If the minHeight
, minPaddingTop
, and minPaddingBottom
options
are all set to 0
(default), the child will be removed from the DOM while
collapsed.
Generated using TypeDoc
@since 4.0.0