The RpgLogs Scripting API
    Preparing search index...

    Type Alias EventTimelineGridComponent

    type EventTimelineGridComponent = {
        component: "EventTimelineGrid";
        props: {
            categories: EventTimelineCategory[];
            defaultZoom?: number;
            headerRow?: EventTimelineRow | null;
            limit?: number;
            normalization?: {
                default?: RotationSelectedOccurrence | null;
                isEnabled: boolean;
            };
            rows: EventTimelineRow[];
        };
    }
    Index

    Properties

    Properties

    component: "EventTimelineGrid"
    props: {
        categories: EventTimelineCategory[];
        defaultZoom?: number;
        headerRow?: EventTimelineRow | null;
        limit?: number;
        normalization?: {
            default?: RotationSelectedOccurrence | null;
            isEnabled: boolean;
        };
        rows: EventTimelineRow[];
    }