API Reference / @gtkx/config / Call
Type Alias: Call
Call =
string| {args:Arg[];method:string; }
Defined in: element-props.d.ts:29
A GObject method invocation: either a bare method name called with default arguments, or a method name paired with an explicit list of Args.