WriteMdKitDocumentRecordInput
Type Alias: WriteMdKitDocumentRecordInput
type WriteMdKitDocumentRecordInput = {
baseVersion: MdKitDocumentVersionToken;
content: string;
force?: boolean;
label?: string;
now?: string;
};Defined in: packages/mdkit/src/core/documentEngine.ts:18
Properties
| Property | Type | Defined in |
|---|---|---|
baseVersion | MdKitDocumentVersionToken | packages/mdkit/src/core/documentEngine.ts:19 |
content | string | packages/mdkit/src/core/documentEngine.ts:20 |
force? | boolean | packages/mdkit/src/core/documentEngine.ts:21 |
label? | string | packages/mdkit/src/core/documentEngine.ts:22 |
now? | string | packages/mdkit/src/core/documentEngine.ts:23 |