Markdown Editor Kit
API ReferenceindexType aliases

MdKitEditorDebugEvent

Type Alias: MdKitEditorDebugEvent

type MdKitEditorDebugEvent = {
  detail: Record<string, unknown>;
  timestamp: number;
  type: string;
};

Defined in: packages/mdkit/src/markdown/editorDebug.ts:1

Properties

On this page