Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

Type Aliases

Layout: "horizontal" | "vertical"

Defines how the panel are split.

  • horizontal: The two panels are split in two horizontally by the splitter.
  • vertically: The two panels are split in two vertically by the splitter.
StateStorage: "local" | "session"

Defines where to store the current position of the splitter so that it can be restored later.

  • local: Use the browser's local storage which keeps data between sessions.
  • session: Use the browser's session storage which is cleared when the session ends.

Generated using TypeDoc