Skip to main content

Function: getApplication()

getApplication(): Application | null

Defined in: render.tsx:64

Returns the current GTK Application instance.

Returns null if no application has been rendered yet. Used by tools that need access to the running application.

Returns

Application | null

The current GTK Application or null