jamespot-user-api
    Preparing search index...

    Type Alias WidgetSlide

    type WidgetSlide = {
        file?: jFileLittle;
        opacityColor?: string;
        opacityFilter?: number;
        text: string;
        textColor?: string;
        title: string;
        titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span";
    }
    Index

    Properties

    opacityColor?: string
    opacityFilter?: number
    text: string
    textColor?: string
    title: string
    titleHeading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span"