Static
DEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
apply: (
...this: any,
event: Event,
target: HTMLElement,
) => Promise<void>;
};
classes: string[];
position: { height: string; width: number };
tag: string;
window: { minimizable: boolean; resizable: boolean };
} = ...
Apply Damage Prompt
Handles damage application UX when adjustment is desired.
Calls ActorPF#applyDamage when finally committing changes.
Called primarily from ActorPF.applyDamage