Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 594 Bytes

File metadata and controls

23 lines (11 loc) · 594 Bytes

SegmentType

The type of timeline segment. Empty, NormalSegment, RampDownSegment and IdleSegment are deprecated.

Enum

  • STEADYSEGMENT (value: 'SteadySegment')

  • STEPUPSEGMENT (value: 'StepUpSegment')

  • STEPDOWNSEGMENT (value: 'StepDownSegment')

  • EMPTY (value: '')

  • NORMALSEGMENT (value: 'NormalSegment')

  • RAMPDOWNSEGMENT (value: 'RampDownSegment')

  • IDLESEGMENT (value: 'IdleSegment')

[Back to Model list] [Back to API list] [Back to README]