Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a storyboard command.

Type Parameters

  • T

Hierarchy

  • Command

Index

Constructors

Properties

easing: Easing

The easing of the command.

endTime: number

The time at which the command ends.

endValue: T

The end value of the command.

The parameter type of the command.

startTime: number

The time at which the command starts.

startValue: T

The start value of the command.

The type of the command.

Accessors

  • get duration(): number

Methods

  • toString(): string

Generated using TypeDoc