Type Alias: WindowFocusRequest
Makaio Framework / contracts / WindowFocusRequest
Type Alias: WindowFocusRequest
Section titled “Type Alias: WindowFocusRequest”WindowFocusRequest =
z.infer<typeofHostSchemas["window.focus"]["request"]>
Defined in: ../../../packages/contracts/src/host/schemas.ts:272
Request payload for host.window.focus.
Type Composition
Section titled “Type Composition”WindowFocusRequestz.infer<(typeof HostSchemas)['window.focus']['request']>(typeof HostSchemas)['window.focus']['request']
Resolved Shape
Section titled “Resolved Shape”type WindowFocusRequest = { windowId?: number | undefined;};