Body, Mind & Soul — API Reference
    Preparing search index...
    ownerResolvingType: {
        configPartial: string;
        evaluate: (
            cond: any,
            __namedParameters: { actor: any; hookArgs: any },
        ) => any;
        hooks: string[];
    }

    True when the owner is resolving a specific action type.

    Type Declaration

    • configPartial: string
    • evaluate: (cond: any, __namedParameters: { actor: any; hookArgs: any }) => any
    • hooks: string[]