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

Properties

Properties

attributes: readonly Attribute[]
type: string