Skip to content

Home > @esengine/ecs-framework-monorepo > DeltaOperation

DeltaOperation interface

差量操作

Signature:

typescript
export interface DeltaOperation

Properties

Property

Modifiers

Type

Description

newValue?

any

(Optional)

oldValue?

any

(Optional)

path

string

timestamp

number

type

DeltaOperationType

基于 MIT 许可证发布