Type Alias: CdiEventsForId<ID>
CdiEventsForId<
ID> ={ [P in keyof BaseCdiEvents as `${P}${CdiEventSuffix<ID>}`]: BaseCdiEvents[P] }
Defined in: src/sdk/cdi/CdiEvents.ts:19
CDI-related events for a CDI with a specific ID.
Type Parameters
| Type Parameter | Default type |
|---|---|
ID extends string | string |