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

    True when the subject has the specified character tag assigned.

    Type Declaration

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