Skip to main content

@twick/workflow / Exports / CaptionTrackStyle

Interface: CaptionTrackStyle

Indexable

▪ [key: string]: unknown

Table of contents

Properties

Properties

applyToAll

Optional applyToAll: boolean

Defined in

types.ts:31


capStyle

Optional capStyle: string

Defined in

types.ts:12


colors

Optional colors: Object

Type declaration

NameType
bgColor?string
highlight?string
text?string

Defined in

types.ts:18


font

Optional font: Object

Type declaration

NameType
family?string
size?number
weight?number

Defined in

types.ts:13


fontWeight

Optional fontWeight: number

Defined in

types.ts:25


lineWidth

Optional lineWidth: number

Defined in

types.ts:23


shadowBlur

Optional shadowBlur: number

Defined in

types.ts:28


shadowColor

Optional shadowColor: string

Defined in

types.ts:27


shadowOffset

Optional shadowOffset: [number, number]

Defined in

types.ts:26


stroke

Optional stroke: string

Defined in

types.ts:24


x

Optional x: number

Defined in

types.ts:29


y

Optional y: number

Defined in

types.ts:30