Body, Mind & Soul — API Reference
    Preparing search index...
    actionHasKeyword: {
        allowedTargetScopes: never[];
        configPartial: string;
        evaluate: (cond: any, context: any) => boolean;
        hooks: string[];
    }

    True when the action in context has the specified keyword.

    Type Declaration

    • allowedTargetScopes: never[]
    • configPartial: string
    • evaluate: (cond: any, context: any) => boolean
    • hooks: string[]