Interface TimelineEvent

interface TimelineEvent {
    card_style?: Record<string, any>;
    description?: string;
    description_style?: Record<string, any>;
    icon?: string;
    icon_style?: Record<string, any>;
    image_style?: Record<string, any>;
    image_url?: string;
    title?: string;
    title_style?: Record<string, any>;
    top_hint?: string;
    top_hint_style?: Record<string, any>;
}

Properties

card_style?: Record<string, any>
description?: string
description_style?: Record<string, any>
icon?: string
icon_style?: Record<string, any>
image_style?: Record<string, any>
image_url?: string
title?: string
title_style?: Record<string, any>
top_hint?: string
top_hint_style?: Record<string, any>