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

    True when the restore target key matches the configured value.

    Type Declaration

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