Variable targetDisposition
targetDisposition: {
allowedTargetScopes: string[];
configPartial: string;
evaluate: (cond: any, __namedParameters: { targetActor: any }) => boolean;
hooks: never[];
}
Type Declaration
-
allowedTargetScopes: string[]
-
configPartial: string
-
evaluate: (cond: any, __namedParameters: { targetActor: any }) => boolean
-
hooks: never[]
True when context.targetActor's token disposition matches the specified value.