Optional
disabledThis should disable interaction. This should also provide a visual cue that the divider is disabled.
Optional
disabledIf the divider does not allow resize.
We create a faux divider on the left of the first header and we mark it as disabledResize.
Optional
dividerOptional
refForward: Ref<HeaderDividerElement>Optional
headerOptional
isIf the current header is hidden. This allows the divider to shift location
Optional
isIf the next header is hidden. This allows the divider to shift location
Optional
isIf the header associated with this divider is selected.
Optional
isIf the header associated with this divider is selected.
Optional
onOptional
onCalled when the mouse is pressed down.
Optional
onCalled when the mouse is released (regardless of resize)
Optional
onCall during resize
the size of the header on resizeStart (not last resize call)
Optional
onCalled after the mouse has been released but only if the mouse onDividerResizeStart was called
Optional
onCalled after the mouse has dragged beyond the threshold
Optional
resizeThe number of pixels to mouse before resizing starts. If this number is less than 1 then it will be 1.
Optional
showIf the divider is the last one in view. Useful for touch divider that only show the last one.
HeaderDividers follow the header // TODO - allow negative resizing (before the current) (easy to do I think)