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

    True when the rolled attribute belongs to a specific archetype (for attributeRolled hook).

    Type Declaration

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