Skip to content

Latest commit

 

History

History
195 lines (137 loc) · 4.4 KB

types_config.md

File metadata and controls

195 lines (137 loc) · 4.4 KB

videodb / Exports / types/config

Module: types/config

Table of contents

Type Aliases

Type Aliases

AudioAssetConfig

Ƭ AudioAssetConfig: Object

Type declaration

Name Type
disableOtherTracks boolean
end number | null
fadeInDuration number
fadeOutDuration number
start number

Defined in

src/types/config.ts:56


ImageAssetConfig

Ƭ ImageAssetConfig: Object

Type declaration

Name Type
duration number | null
height number | string
width number | string
x number | string
y number | string

Defined in

src/types/config.ts:69


IndexConfig

Ƭ IndexConfig: { indexType: IndexType } & IndexSceneConfig

Defined in

src/types/config.ts:89


IndexSceneConfig

Ƭ IndexSceneConfig: Object

Type declaration

Name Type
callbackUrl? string | null
force? boolean
prompt? string | null

Defined in

src/types/config.ts:83


SubtitleStyleProps

Ƭ SubtitleStyleProps: Object

Type declaration

Name Type
alignment SubtitleAlignment
angle number
backColour string
bold boolean
borderStyle SubtitleBorderStyle
fontName string
fontSize number
italic boolean
marginL number
marginR number
marginV number
outline number
outlineColour string
primaryColour string
scaleX number
scaleY number
secondaryColour string
shadow number
spacing number
strikeOut boolean
underline boolean

Defined in

src/types/config.ts:4


TextAssetConfig

Ƭ TextAssetConfig: Object

Type declaration

Name Type
duration? number
style Partial<TextStyleProps>
text string

Defined in

src/types/config.ts:77


TextStyleProps

Ƭ TextStyleProps: Object

Type declaration

Name Type
alpha number
basetime number
bordercolor string
borderw number
box boolean
boxborderw string
boxcolor string
boxh number
boxw number
expansion string
fixBounds boolean
font string
fontcolor string
fontcolorExpr string
fontsize number
lineSpacing number
shadowcolor string
shadowx number
shadowy number
tabsize number
textAlign string
textShaping boolean
x string | number
y string | number
yAlign string

Defined in

src/types/config.ts:28


VideoAssetConfig

Ƭ VideoAssetConfig: Object

Type declaration

Name Type
end number
start number

Defined in

src/types/config.ts:64