The RpgLogs Scripting API
    Preparing search index...

    Type Alias EventTimelineEvent

    type EventTimelineEvent = {
        ability: { iconUrl: string; id: number; name: string; type: string };
        duration: number;
        effectDuration: number;
        id: string;
        label?: string | null;
        occurrence: number;
        timestamp: number;
        tooltip?: string | null;
    }
    Index

    Properties

    ability: { iconUrl: string; id: number; name: string; type: string }
    duration: number
    effectDuration: number
    id: string
    label?: string | null
    occurrence: number
    timestamp: number
    tooltip?: string | null