UpdateOptions
The UpdateOptions interface represents the options for updating the application. It includes information about the type of update, whether the update is batched, the batch size, and the valid keys.
Properties
batchSize?
batchSize?:
number
Source
batched?
batched?:
boolean
Source
mask?
mask?:
Object
Type declaration
actors?
actors?:
boolean
components?
components?:
boolean
entities?
entities?:
boolean
inputs?
inputs?:
boolean
symbols?
symbols?:
boolean
Source
type?
type?:
any
Source
validKeys?
validKeys?:
null
|Object
Source
Generated using typedoc-plugin-markdown and TypeDoc