@@ -37719,7 +37719,61 @@ export const en_US: {[key: string]: AppProp} = {
3771937719 "toType": "TemplateRef<any>",
3772037720 "inputType": "InputSignal<TemplateRef<any>>",
3772137721 "signal": "input",
37722- "label": "Custom node",
37722+ "label": "Custom node (will be deprecated in version 22)",
37723+ "default": "",
37724+ "withConfig": false,
37725+ "description": "",
37726+ "example": [
37727+ {
37728+ "type": "text",
37729+ "content": ""
37730+ }
37731+ ],
37732+ "transform": ""
37733+ },
37734+ {
37735+ "name": "customIconTpl",
37736+ "type": "TemplateRef<any>",
37737+ "toType": "TemplateRef<any>",
37738+ "inputType": "InputSignal<TemplateRef<any>>",
37739+ "signal": "input",
37740+ "label": "Custom node icon",
37741+ "default": "",
37742+ "withConfig": false,
37743+ "description": "",
37744+ "example": [
37745+ {
37746+ "type": "text",
37747+ "content": ""
37748+ }
37749+ ],
37750+ "transform": ""
37751+ },
37752+ {
37753+ "name": "customLabelTpl",
37754+ "type": "TemplateRef<any>",
37755+ "toType": "TemplateRef<any>",
37756+ "inputType": "InputSignal<TemplateRef<any>>",
37757+ "signal": "input",
37758+ "label": "Custom node label",
37759+ "default": "",
37760+ "withConfig": false,
37761+ "description": "",
37762+ "example": [
37763+ {
37764+ "type": "text",
37765+ "content": ""
37766+ }
37767+ ],
37768+ "transform": ""
37769+ },
37770+ {
37771+ "name": "customDescriptionTpl",
37772+ "type": "TemplateRef<any>",
37773+ "toType": "TemplateRef<any>",
37774+ "inputType": "InputSignal<TemplateRef<any>>",
37775+ "signal": "input",
37776+ "label": "Custom node description",
3772337777 "default": "",
3772437778 "withConfig": false,
3772537779 "description": "",
0 commit comments