Variable suspendEffectByName
suspendEffectByName: {
allowedTargetScopes: string[];
configPartial: string;
execute: (
outcome: any,
__namedParameters: { actor: any; subject: any },
) => Promise<void>;
}
Type Declaration
-
allowedTargetScopes: string[]
-
configPartial: string
-
execute: (outcome: any, __namedParameters: { actor: any; subject: any }) => Promise<void>
Find and disable (suspend) a named ActiveEffect on the target actor (or owner if no target). Config: { effectName }