Loom Engine - v3.1.1
    Preparing search index...

    Interface StatusEffectStackOptions

    interface StatusEffectStackOptions {
        onApply?: (e: ActiveEffect, result: ApplyResult) => void;
        onExpire?: (
            e: ActiveEffect,
            reason: "expired" | "cleared" | "removed",
        ) => void;
    }
    Index

    Properties

    Properties

    onApply?: (e: ActiveEffect, result: ApplyResult) => void
    onExpire?: (e: ActiveEffect, reason: "expired" | "cleared" | "removed") => void