EventInterface
Last updated
Was this helpful?
Last updated
Was this helpful?
name: ClientEvents keys (keyof);
once?: boolean;
callback?: <V, T>;
run?: <V, T>;
fire?:<V, T>;
execute?: <V, T>;
emit?: <V, T>;
name: event name;
once: if the event will only fire once;
callback: function executed when the event is fired;
run: function executed when the event is fired;
fire function executed when the event is fired;
execute: function executed when the event is fired;
emit: function executed when the event is fired;