Gjsify LogoGjsify Logo

Interface DataProxy_ConstructProps

Hierarchy

Index

Properties

cache_changes?: boolean

Defines how changes kept in the data proxy are handled when the proxied data model is changed (using the "model" property). The default is to silently discard all the changes, but if this property is set to %TRUE, then the changes are cached.

If set to %TRUE, each cached change will be re-applied to a newly set proxied data model if the change's number of columns match the proxied data model's number of columns and based on: the contents of the proxied data model's modified row for updates and deletes the inserts are always kept

defer_sync?: boolean
model?: Gda.DataModel
prepend_null_entry?: boolean
sample_size?: number

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