flywave-terrain-datasource.groundmodificationeventparams.changetype
Home > @flywave/flywave-terrain-datasource > GroundModificationEventParams > changeType
GroundModificationEventParams.changeType property
Type of change that occurred
Indicates what kind of operation was performed: - "add": A new modification was added - "remove": A modification was removed - "update": An existing modification was updated - "clear": All modifications were cleared - "bounds": Global bounds were updated
Signature:
changeType: "add" | "remove" | "update" | "clear" | "bounds";