Skip to content

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.

Released under the MPL-2.0 License.