Body, Mind & Soul — API Reference
    Preparing search index...
    changeResource: {
        configPartial: string;
        execute: (outcome: any, context: any) => Promise<void>;
        resultFields: { fields: string[]; subKeyField: string };
    }

    Change a resource value on the owning actor. Config: { resource, operation, amount }

    Type Declaration

    • configPartial: string
    • execute: (outcome: any, context: any) => Promise<void>
    • resultFields: { fields: string[]; subKeyField: string }