Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HTMLAttributes<HTMLDivElement>
    • PaneDividerProps

Index

Properties

class?: string

Additional css classes to be added PanelsLayout

default

""

dropSide?: string

Side on which a tab or Pane will be dropped

default

"none"

dropNotAllowed?: boolean

Flag that decides whether drop is allowed or not on this border

default

false

orientation?: "vertical" | "horizontal"

Orientatiion of the divider

default

"horizontal"

isDropping?: boolean

This flag turns true when dragging touches is border

default

false

isPaneClosed?: boolean

This flag denotes whether the parent Pane is closed or not

default

false

isPrevClosed?: boolean

This flag denotes whether the previous Pane is closed or not

default

false

isNextClosed?: boolean

This flag denotes whether the next Pane is closed or not

default

false

isNoResize?: boolean

This flag decides whether Resizing is allowed or not

default

false

Methods

  • dividerHandlers(): {}
  • Svelte handlers for this dividers

    default

    null

    Returns {}

    Generated using TypeDoc