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

    True when the deck name matches the configured value.

    Type Declaration

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