Skip to content

本页由脚本自动生成,请勿手动编辑。如需补充说明,请使用 ::: tip 块。

Defined in: types/event-data.d.ts:41

事件数据接口定义

Extends

Properties

timestamp?

ts
optional timestamp?: number;

Defined in: types/event-data.d.ts:7

Inherited from

BaseEventData.timestamp


source?

ts
optional source?: string;

Defined in: types/event-data.d.ts:8

Inherited from

BaseEventData.source


canUndo

ts
canUndo: boolean;

Defined in: types/event-data.d.ts:42


canRedo

ts
canRedo: boolean;

Defined in: types/event-data.d.ts:43


undoDescription?

ts
optional undoDescription?: string;

Defined in: types/event-data.d.ts:44


redoDescription?

ts
optional redoDescription?: string;

Defined in: types/event-data.d.ts:45

基于 MIT 许可发布