Options
All
  • Public
  • Public/Protected
  • All
Menu
remarks

@since 4.0.0

Hierarchy

Index

Properties

minHeight?: string | number

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.

see

DEFAULT_COLLAPSE_MIN_HEIGHT

defaultvalue

DEFAULT_COLLAPSE_MIN_HEIGHT

minPaddingBottom?: string | number

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.

see

DEFAULT_COLLAPSE_MIN_PADDING_BOTTOM

defaultvalue

DEFAULT_COLLAPSE_MIN_PADDING_BOTTOM

minPaddingTop?: string | number

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.

see

DEFAULT_COLLAPSE_MIN_PADDING_TOP

defaultvalue

DEFAULT_COLLAPSE_MIN_PADDING_TOP

transitionDuration?: string

This will only be set when the TransitionStage is "entering" or "exiting" as "${timeout}ms".

Generated using TypeDoc