[backport cloud/1.35] Fix promoted assets not being assets in vue (#7605)

Backport of #7576 to `cloud/1.35`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7605-backport-cloud-1-35-Fix-promoted-assets-not-being-assets-in-vue-2cd6d73d36508120bd16dfe127281de6)
by [Unito](https://www.unito.io)

Co-authored-by: AustinMroz <austin@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2025-12-18 12:09:32 +09:00
committed by GitHub
parent d273b8f233
commit b92b3f0c79
5 changed files with 44 additions and 20 deletions

View File

@@ -64,6 +64,9 @@ export interface SimplifiedWidget<
/** Widget options including filtered PrimeVue props */
options?: O
/** Override for use with subgraph promoted asset widgets*/
nodeType?: string
/** Optional serialization method for custom value handling */
serializeValue?: () => any