Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SerializedFxSection

Serialized variant of FxSection. Some values are optional.

Hierarchy

  • SerializedFxSection

Index

Properties

Optional bypass

bypass: undefined | false | true

Whether the section would be bypassed or not.

def

def: string

Fx definition name of the section.

Optional length

length: undefined | number

Time length of the section. 0.0 by default.

params

params: {}

Params of the section.

Type declaration

  • [key: string]: any

Optional row

row: undefined | number

Row of the section. 0 by default.

Optional time

time: undefined | number

Beginning time of the section. 0.0 by default.

Generated using TypeDoc