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 {