Skip to content

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

Defined in: plugins/import/import.d.ts:22

事件数据接口定义

Extends

Properties

format

ts
format: string;

Defined in: plugins/import/import.d.ts:23


error?

ts
optional error?: any;

Defined in: plugins/import/import.d.ts:24


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 许可发布