Gimp.Display.name

function name(): String {
    // Gjs wrapper for gimp_display_name()
}
  

Returns the display to be used for plug-in windows.

This is a constant value given at plug-in configuration time. Will return null if GIMP has been started with no GUI, either via "--no-interface" flag, or a console build.

Returns

the display name