OpenCut Engine API - v0.1.0
Preparing search index...
CardStyle
Interface CardStyle
Style overrides for title and end cards.
interface
CardStyle
{
backdropBlur
?:
string
;
backgroundColor
?:
string
;
fontFamily
?:
string
;
subtitleColor
?:
string
;
subtitleFontSize
?:
number
;
titleColor
?:
string
;
titleFontSize
?:
number
;
}
Hierarchy (
View Summary
)
CardStyle
EndCardStyle
Index
Properties
backdrop
Blur?
background
Color?
font
Family?
subtitle
Color?
subtitle
Font
Size?
title
Color?
title
Font
Size?
Properties
Optional
backdrop
Blur
backdropBlur
?:
string
Optional
background
Color
backgroundColor
?:
string
Optional
font
Family
fontFamily
?:
string
Optional
subtitle
Color
subtitleColor
?:
string
Optional
subtitle
Font
Size
subtitleFontSize
?:
number
Optional
title
Color
titleColor
?:
string
Optional
title
Font
Size
titleFontSize
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backdrop
Blur
background
Color
font
Family
subtitle
Color
subtitle
Font
Size
title
Color
title
Font
Size
OpenCut Engine API - v0.1.0
Loading...
Style overrides for title and end cards.