claude-memory/graph/solutions/actorsheetv2-editimage-action-override-6e05e5.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

13 lines
580 B
Markdown

---
id: 6e05e5f7-8418-4240-9643-b83a77505715
type: solution
title: "ActorSheetV2 editImage action override"
tags: [vagabond-rpg, foundry-vtt, applicationv2, pattern]
importance: 0.7
confidence: 0.8
created: "2025-12-22T21:01:39.043688+00:00"
updated: "2025-12-22T21:01:39.043688+00:00"
---
When overriding DEFAULT_OPTIONS.actions in ActorSheetV2, the parent's built-in actions (like editImage) are lost. Must implement custom #onEditImage handler using FilePicker API: new FilePicker({type:'image', current, callback: path => this.document.update({[field]: path})}).render(true)