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
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.