base-hass-blocks-event

The base event that all events fired by the framework inherit from

Name base-hass-blocks-event
Type Interface
Path packages/blocks/src/types/hass-blocks-event.ts

Properties

Name Type Description
eventType T The type of the event that was fired - used for discriminating unions
id string The id of the individual event - generated at the time of emit
timestamp string The time that the event was emitted