Skip to main content

Type Alias: RenderResult

RenderResult = BoundQueries & object

Defined in: types.ts:138

Result returned by render.

Provides query methods and utilities for testing rendered components.

Type Declaration

NameTypeDescriptionDefined in
containerGtk.ApplicationThe GTK Application containertypes.ts:140
debug()() => voidPrint the widget tree to console for debuggingtypes.ts:146
rerender()(element) => Promise<void>Re-render with a new elementtypes.ts:144
unmount()() => Promise<void>Unmount the rendered componenttypes.ts:142