Gjsify LogoGjsify Logo

Interface PropertyAction_ConstructProps

Hierarchy

Index

Properties

invert_boolean?: boolean

If %TRUE, the state of the action will be the negation of the property value, provided the property is boolean.

name?: string

The name of the action. This is mostly meaningful for identifying the action once it has been added to a #GActionMap.

object?: GObject.Object

The object to wrap a property on.

The object must be a non-%NULL #GObject with properties.

property_name?: string

The name of the property to wrap on the object.

The property must exist on the passed-in object and it must be readable and writable (and not construct-only).

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method