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

    True when context.targetActor's token disposition matches the specified value.

    Type Declaration

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