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
| Name | Type | Description | Defined in |
|---|---|---|---|
container | Gtk.Application | The GTK Application container | types.ts:140 |
debug() | () => void | Print the widget tree to console for debugging | types.ts:146 |
rerender() | (element) => Promise<void> | Re-render with a new element | types.ts:144 |
unmount() | () => Promise<void> | Unmount the rendered component | types.ts:142 |