Skip to content

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

Defined in: plugins/graphic-manager/graphic-manager.d.ts:16

事件数据接口定义

Extends

Properties

type

ts
type: string;

Defined in: plugins/graphic-manager/graphic-manager.d.ts:17


render

ts
render: () => Component;

Defined in: plugins/graphic-manager/graphic-manager.d.ts:18

Returns

Component


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