Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SaveOptionsConfig

Configuration info to be passed to the SaveOptions constructor

Hierarchy

  • SaveOptionsConfig

Index

Properties

Optional allowConcurrentSaves

allowConcurrentSaves: boolean

Whether multiple saves can be in-flight at the same time. The default is false.

Optional dataService

dataService: DataService

The DataService to be used for this save.

Optional resourceName

resourceName: string

Resource name to be used during the save - this defaults to "SaveChanges"

Optional tag

tag: any

Free form value that will be sent to the server during the save.

Generated using TypeDoc