Markdown Editor Kit

createMdKitBackend

Function: createMdKitBackend()

function createMdKitBackend(__namedParameters: CreateMdKitBackendOptions): MdKitTransportStore;

Defined in: packages/mdkit/src/transport/backend.ts:200

Wraps an application MdKitBackendStore with checkpoint-policy orchestration, producing the transport-ready surface the Fastify and tRPC helpers mount. The store owns persistence, auth, and metadata; this owns checkpoint timing and restore ordering.

Parameters

ParameterType
__namedParametersCreateMdKitBackendOptions

Returns

MdKitTransportStore

On this page