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