OpenCut Engine API - v0.1.0
    Preparing search index...

    Interface EndCardStyle

    Style overrides for the end card specifically.

    interface EndCardStyle {
        backdropBlur?: string;
        backgroundColor?: string;
        ctaColor?: string;
        ctaText?: string;
        fontFamily?: string;
        subtitleColor?: string;
        subtitleFontSize?: number;
        titleColor?: string;
        titleFontSize?: number;
        url?: string;
        urlFontFamily?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backdropBlur?: string
    backgroundColor?: string
    ctaColor?: string
    ctaText?: string
    fontFamily?: string
    subtitleColor?: string
    subtitleFontSize?: number
    titleColor?: string
    titleFontSize?: number
    url?: string
    urlFontFamily?: string