Interface: HeadlampEvent<EventType>
Represents a Headlamp event. It can be one of the default events or a custom event.
Extended by
Type Parameters
Type Parameter | Default type |
---|---|
EventType | HeadlampEventType | string |
Properties
data?
optional data: unknown;
Defined in
src/redux/headlampEventSlice.ts:71
type
type: EventType;