Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VerticalDividerHookOptions<E>

remarks

@since 5.0.0

Type parameters

  • E: HTMLElement

Hierarchy

  • VerticalDividerHookOptions

Index

Properties

maxHeight: number

The max height for the vertical divider. When this is <= 0, the hook will be disabled.

When the value is between 0 and 1, it will be used as a multiplier with the parent element's height. When the value is greater than 1, it will be used in Math.min(parentElementHeight, maxHeight).

ref?: Ref<E>

An optional ref to merge with the returned ref.

style?: CSSProperties

An optional style object to merge with the divider's height style.

Generated using TypeDoc