Interface TitleDisplayOptionsBeta

Contains additional options for displaying a title and optional subtitle.

Hierarchy

  • TitleDisplayOptions

Properties

fadeInDuration: number

Remarks

Fade-in duration for the title and subtitle, in ticks. There are 20 ticks per second. Use TicksPerSecond constant to convert between ticks and seconds.

fadeOutDuration: number

Remarks

Fade-out time for the title and subtitle, in ticks. There are 20 ticks per second. Use TicksPerSecond constant to convert between ticks and seconds.

stayDuration: number

Remarks

Amount of time for the title and subtitle to stay in place, in ticks. There are 20 ticks per second. Use TicksPerSecond constant to convert between ticks and seconds.

subtitle?: string | RawMessage | (string | RawMessage)[]

Remarks

Optional subtitle text.