Interface SplitPositionOptions

interface SplitPositionOptions {
    duration: number;
    referenceWidget?: Widget;
    side?: "left" | "right" | "top" | "bottom";
}

Hierarchy (view full)

Properties

duration: number

The duration in milliseconds, or 0 for no animation.

referenceWidget?: Widget

When this widget is hidden, the animation is canceled.

side?: "left" | "right" | "top" | "bottom"

The side of the side panel that shall be resized.