The RpgLogs Scripting API
    Preparing search index...

    Type Alias EventTimelineCategoryAbility

    type EventTimelineCategoryAbility = {
        iconUrl: string;
        ids: number[];
        isSelected: boolean;
        name: string;
    }
    Index

    Properties

    iconUrl: string
    ids: number[]
    isSelected: boolean
    name: string