Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MarkerProperty

Hierarchy

  • MarkerProperty

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly numKeys

numKeys: number = 1

The total number of composition markers in the composition.

Methods

key

  • key(indexOrName: string | number): MarkerKey
  • Parameters

    • indexOrName: string | number

      Either the index or name (the value of the commend field) of the marker

    Returns MarkerKey

    The Marker object with the specified name or index

nearestKey

  • Parameters

    • t: number

      Time value to get the marker closest to

    Returns MarkerKey

    The marker that is nearest in time to t

Generated using TypeDoc