Skip to main content

Type Alias: RenderOptions

RenderOptions = object

Defined in: types.ts:92

Options for render.

Properties

baseElement?

optional baseElement: 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?

optional wrapper: boolean | WrapperComponent

Defined in: types.ts:99

Wrapper component or boolean.

  • true (default): Wrap in GtkApplicationWindow
  • false: No wrapper
  • Component: Custom wrapper that passes ref to its root element