Gimp.RunFunc

function onRunFunc(procedure: Gimp.Procedure, config: Gimp.ProcedureConfig): Gimp.ValueArray {
}
  

The run function is run during the lifetime of the GIMP session, each time a plug-in procedure is called.

Since 3.0

procedure

the Gimp.Procedure that runs.

config

the procedure's arguments in a config object.

Returns

the procedure's return values.