Skip to main content

Interface: HeadlampEvent<EventType>

Represents a Headlamp event. It can be one of the default events or a custom event.

Extended by

Type Parameters

Type ParameterDefault type
EventTypeHeadlampEventType | string

Properties

data?

optional data: unknown;

Defined in

src/redux/headlampEventSlice.ts:73


type

type: EventType;

Defined in

src/redux/headlampEventSlice.ts:72