@occultus/api-root - v0.29.3
    Preparing search index...

    Interface EventListData

    withWeightChance 的权重和事件数据

    interface EventListData {
        event?: () => void;
        weight: number;
    }
    Index

    Properties

    Properties

    event?: () => void

    要触发的事件

    weight: number

    触发该事件的权重