This should allow frontend drop the stroke logic in hijack of `drawNodeShape`. Example usage: ```ts node.strokeStyles["executionError"] = (this: LGraphNode) => app.lastNodeErrors?.[this.id] ? { colour: 'red', thickness: 2 } : undefined ```