Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MoveEntry

Hierarchy

Index

Properties

duration

duration: number

The duration in milliseconds, or 0 for no animation.

ended

ended: boolean

index

index: number

parent

parent: SplitPanel

Optional referenceWidget

referenceWidget: Widget

When this widget is hidden, the animation is canceled.

Optional reject

reject: (reason: string) => void

Type declaration

    • (reason: string): void
    • Parameters

      • reason: string

      Returns void

Optional resolve

resolve: (position: number) => void

Type declaration

    • (position: number): void
    • Parameters

      • position: number

      Returns void

Optional side

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

The side of the side panel that shall be resized.

Optional startPosition

startPosition: number

Optional startTime

startTime: number

started

started: boolean

Optional targetPosition

targetPosition: number

Optional targetSize

targetSize: number