The RpgLogs Scripting API
    Preparing search index...

    Type Alias OmitDisallowed<T>

    OmitDisallowed: Omit<
        T,
        | "animationLimit"
        | "cursor"
        | "dragDrop"
        | "events"
        | "pointDescriptionFormatter"
        | "turboThreshold"
        | keyof BoostProps,
    >

    Type Parameters

    • T