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;
}
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
True when the subject has the specified character tag assigned.