Type Alias: WindowLabelChangedEvent
Makaio Framework / contracts / WindowLabelChangedEvent
Type Alias: WindowLabelChangedEvent
Section titled “Type Alias: WindowLabelChangedEvent”WindowLabelChangedEvent =
z.infer<typeofHostSchemas["window.labelChanged"]>
Defined in: ../../../packages/contracts/src/host/schemas.ts:263
Payload of the host.window.labelChanged event.
Type Composition
Section titled “Type Composition”WindowLabelChangedEventz.infer<(typeof HostSchemas)['window.labelChanged']>(typeof HostSchemas)['window.labelChanged']
Resolved Shape
Section titled “Resolved Shape”type WindowLabelChangedEvent = { windowId: number; label: string;};