Skip to content

API Reference / @gtkx/vitest / HeadlessOptions

Type Alias: HeadlessOptions

HeadlessOptions = object

Defined in: headless-display.d.ts:8

Settings for the per-worker headless Wayland display.

Properties

compositor

compositor: CompositorId

Defined in: headless-display.d.ts:12

Wayland compositor used to back the headless display.


size

size: string

Defined in: headless-display.d.ts:10

Output resolution as a "WIDTHxHEIGHT" string, for example "1024x768".

Released under the MPL-2.0 License.