feat(18-01): add BatchWriteProgress event constant
- Add BatchWriteProgress to tag writing events const block in events.go - Regenerate frontend/src/events.ts via genevents codegen tool
This commit is contained in:
@@ -71,4 +71,5 @@ const (
|
||||
// Tag writing events.
|
||||
const (
|
||||
TrackMetadataChanged = "TrackMetadataChanged"
|
||||
BatchWriteProgress = "BatchWriteProgress"
|
||||
)
|
||||
|
||||
@@ -50,6 +50,7 @@ export const Events = {
|
||||
|
||||
// Tag writing events
|
||||
TrackMetadataChanged: "TrackMetadataChanged",
|
||||
BatchWriteProgress: "BatchWriteProgress",
|
||||
} as const;
|
||||
|
||||
export type EventName = (typeof Events)[keyof typeof Events];
|
||||
|
||||
Reference in New Issue
Block a user