jamespot-user-api
    Preparing search index...

    Type Alias WidgetNewsflashContent

    type WidgetNewsflashContent = {
        buttonBackgroundColor?: string;
        buttonTextColor?: string;
        colorFilter?: string;
        css?: Record<string, string | number>;
        opacityFilter?: number;
        view?: NewsflashView;
    }
    Index

    Properties

    buttonBackgroundColor?: string
    buttonTextColor?: string
    colorFilter?: string
    css?: Record<string, string | number>
    opacityFilter?: number