Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

duration?: number

An overwrite of the #GESTimelineElement:duration property. For a #GESGroup, this is the difference between the earliest #GESTimelineElement:start time and the latest end time (given by #GESTimelineElement:start + #GESTimelineElement:duration) amongst its children.

in_point?: number

An overwrite of the #GESTimelineElement:in-point property. This has no meaning for a group and should not be set.

max_duration?: number

An overwrite of the #GESTimelineElement:max-duration property. This has no meaning for a group and should not be set.

name?: string

The name of the element. This should be unique within its timeline.

The parent container of the element.

priority?: number

An overwrite of the #GESTimelineElement:priority property. Setting #GESTimelineElement priorities is deprecated as all priority management is now done by GES itself.

serialize?: boolean

Whether the element should be serialized.

start?: number

An overwrite of the #GESTimelineElement:start property. For a #GESGroup, this is the earliest #GESTimelineElement:start time amongst its children.

timeline?: GES.Timeline

The timeline that the element lies within.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method