mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-05 04:52:28 +02:00
14 lines
425 B
TypeScript
14 lines
425 B
TypeScript
export enum Command {
|
|
loading = "loading",
|
|
metadata = "metadata",
|
|
settings = "settings",
|
|
focusOnTags = "focusOnTags",
|
|
focusOnCategories = "focusOnCategories",
|
|
closeSections = "closeSections",
|
|
folderInfo = "folderInfo",
|
|
mediaSelectionData = "mediaSelectionData",
|
|
sendMediaUrl = "sendMediaUrl",
|
|
updatePlaceholder = "updatePlaceholder",
|
|
dataFileEntries = "dataFileEntries",
|
|
updatedSlug = "updatedSlug",
|
|
} |