interface Event {
    attributes: Attribute[];
    type: string;
}

Properties

Properties

attributes: Attribute[]
type: string

Generated using TypeDoc