Skip to content

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

ecmascript/src/updater.ts:25


batched?

batched?: boolean

Source

ecmascript/src/updater.ts:24


mask?

mask?: Object

Type declaration

actors?

actors?: boolean

components?

components?: boolean

entities?

entities?: boolean

inputs?

inputs?: boolean

symbols?

symbols?: boolean

Source

ecmascript/src/updater.ts:26


type?

type?: any

Source

ecmascript/src/updater.ts:33


validKeys?

validKeys?: null | Object

Source

ecmascript/src/updater.ts:34


Generated using typedoc-plugin-markdown and TypeDoc