Current section
Files
Jump to
Current section
Files
assets/js/events/transition_event.mjs
"use strict";
import Type from "../type.mjs";
export default class TransitionEvent {
// TODO: add fields specific to TransitionEvent
static buildOperationParam(_event) {
return Type.map();
}
static isEventIgnored(_event) {
return false;
}
}