From 0e72086cf34618c9c4225ab4d002d1c054c650c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20K=C3=BChner?= Date: Sun, 9 May 2021 09:11:27 +0200 Subject: [PATCH] Update schema.d.ts --- schema.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schema.d.ts b/schema.d.ts index bc1d03e..4d9ca97 100644 --- a/schema.d.ts +++ b/schema.d.ts @@ -251,6 +251,12 @@ export interface Attribute { * The name of the field this attribute is associated with, if any. */ fieldName?: string; + + /** + * The name of the event wich is fired when the attribute or coresponding + * field changes, if any. + */ + event?: string; } export interface Event {