Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down