Skip to content

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

Defined in: plugins/export/export.d.ts:32

事件数据接口定义

Extends

Properties

format

ts
format: string;

Defined in: plugins/export/export.d.ts:33


error?

ts
optional error?: any;

Defined in: plugins/export/export.d.ts:34


prevent?

ts
optional prevent?: () => void;

Defined in: plugins/export/export.d.ts:35

Returns

void


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

基于 MIT 许可发布