Type Alias: RenderOptions
RenderOptions =
object
Defined in: types.ts:92
Options for render.
Properties
baseElement?
optionalbaseElement:Container
Defined in: types.ts:105
The element queries are bound to. Defaults to the GTK Application (searches all toplevel windows). Provide a specific widget or application to scope queries.
wrapper?
optionalwrapper:boolean|WrapperComponent
Defined in: types.ts:99
Wrapper component or boolean.
true(default): Wrap in GtkApplicationWindowfalse: No wrapper- Component: Custom wrapper that passes
refto its root element