Gimp.RunPatternCallback

function onRunPatternCallback(pattern_name: String, width: Number(gint), height: Number(gint), bpp: Number(gint), mask_data: ByteArray, dialog_closing: Boolean): void {
}
  
pattern_name

Name of the pattern

width

width

height

height

bpp

bytes per pixel

mask_data

Mask data

dialog_closing

Dialog closing?