MdKitEditorDebugEvent
Type Alias: MdKitEditorDebugEvent
type MdKitEditorDebugEvent = {
detail: Record<string, unknown>;
timestamp: number;
type: string;
};Defined in: packages/mdkit/src/markdown/editorDebug.ts:1
Properties
| Property | Type | Defined in |
|---|---|---|
detail | Record<string, unknown> | packages/mdkit/src/markdown/editorDebug.ts:2 |
timestamp | number | packages/mdkit/src/markdown/editorDebug.ts:3 |
type | string | packages/mdkit/src/markdown/editorDebug.ts:4 |