-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathmetaconsts.go
More file actions
160 lines (129 loc) · 7.38 KB
/
Copy pathmetaconsts.go
File metadata and controls
160 lines (129 loc) · 7.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
// Copyright 2026, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
// Generated Code. DO NOT EDIT.
package waveobj
const (
MetaKey_View = "view"
MetaKey_Controller = "controller"
MetaKey_File = "file"
MetaKey_Url = "url"
MetaKey_PinnedUrl = "pinnedurl"
MetaKey_Connection = "connection"
MetaKey_Edit = "edit"
MetaKey_History = "history"
MetaKey_HistoryForward = "history:forward"
MetaKey_DisplayName = "display:name"
MetaKey_DisplayOrder = "display:order"
MetaKey_Icon = "icon"
MetaKey_IconColor = "icon:color"
MetaKey_FrameClear = "frame:*"
MetaKey_Frame = "frame"
MetaKey_FrameBorderColor = "frame:bordercolor"
MetaKey_FrameActiveBorderColor = "frame:activebordercolor"
MetaKey_FrameTitle = "frame:title"
MetaKey_FrameIcon = "frame:icon"
MetaKey_FrameText = "frame:text"
MetaKey_CmdClear = "cmd:*"
MetaKey_Cmd = "cmd"
MetaKey_CmdInteractive = "cmd:interactive"
MetaKey_CmdLogin = "cmd:login"
MetaKey_CmdPersistent = "cmd:persistent"
MetaKey_CmdRunOnStart = "cmd:runonstart"
MetaKey_CmdClearOnStart = "cmd:clearonstart"
MetaKey_CmdRunOnce = "cmd:runonce"
MetaKey_CmdCloseOnExit = "cmd:closeonexit"
MetaKey_CmdCloseOnExitForce = "cmd:closeonexitforce"
MetaKey_CmdCloseOnExitDelay = "cmd:closeonexitdelay"
MetaKey_CmdNoWsh = "cmd:nowsh"
MetaKey_CmdArgs = "cmd:args"
MetaKey_CmdShell = "cmd:shell"
MetaKey_CmdAllowConnChange = "cmd:allowconnchange"
MetaKey_CmdJwt = "cmd:jwt"
MetaKey_CmdEnv = "cmd:env"
MetaKey_CmdCwd = "cmd:cwd"
MetaKey_CmdInitScript = "cmd:initscript"
MetaKey_CmdInitScriptSh = "cmd:initscript.sh"
MetaKey_CmdInitScriptBash = "cmd:initscript.bash"
MetaKey_CmdInitScriptZsh = "cmd:initscript.zsh"
MetaKey_CmdInitScriptPwsh = "cmd:initscript.pwsh"
MetaKey_CmdInitScriptFish = "cmd:initscript.fish"
MetaKey_AiClear = "ai:*"
MetaKey_AiPresetKey = "ai:preset"
MetaKey_AiApiType = "ai:apitype"
MetaKey_AiBaseURL = "ai:baseurl"
MetaKey_AiApiToken = "ai:apitoken"
MetaKey_AiName = "ai:name"
MetaKey_AiModel = "ai:model"
MetaKey_AiOrgID = "ai:orgid"
MetaKey_AIApiVersion = "ai:apiversion"
MetaKey_AiMaxTokens = "ai:maxtokens"
MetaKey_AiTimeoutMs = "ai:timeoutms"
MetaKey_AiFileDiffChatId = "aifilediff:chatid"
MetaKey_AiFileDiffToolCallId = "aifilediff:toolcallid"
MetaKey_EditorClear = "editor:*"
MetaKey_EditorMinimapEnabled = "editor:minimapenabled"
MetaKey_EditorStickyScrollEnabled = "editor:stickyscrollenabled"
MetaKey_EditorWordWrap = "editor:wordwrap"
MetaKey_EditorFontSize = "editor:fontsize"
MetaKey_GraphClear = "graph:*"
MetaKey_GraphNumPoints = "graph:numpoints"
MetaKey_GraphMetrics = "graph:metrics"
MetaKey_SysinfoType = "sysinfo:type"
MetaKey_TabFlagColor = "tab:flagcolor"
MetaKey_TabBackground = "tab:background"
MetaKey_BgClear = "bg:*"
MetaKey_Bg = "bg"
MetaKey_BgOpacity = "bg:opacity"
MetaKey_BgBlendMode = "bg:blendmode"
MetaKey_BgBorderColor = "bg:bordercolor"
MetaKey_BgActiveBorderColor = "bg:activebordercolor"
MetaKey_LayoutVTabBarWidth = "layout:vtabbarwidth"
MetaKey_LayoutWidgetsVisible = "layout:widgetsvisible"
MetaKey_WaveAiPanelOpen = "waveai:panelopen"
MetaKey_WaveAiPanelWidth = "waveai:panelwidth"
MetaKey_WaveAiModel = "waveai:model"
MetaKey_WaveAiChatId = "waveai:chatid"
MetaKey_WaveAiWidgetContext = "waveai:widgetcontext"
MetaKey_TermClear = "term:*"
MetaKey_TermFontSize = "term:fontsize"
MetaKey_TermFontFamily = "term:fontfamily"
MetaKey_TermMode = "term:mode"
MetaKey_TermTheme = "term:theme"
MetaKey_TermLocalShellPath = "term:localshellpath"
MetaKey_TermLocalShellOpts = "term:localshellopts"
MetaKey_TermScrollback = "term:scrollback"
MetaKey_TermVDomSubBlockId = "term:vdomblockid"
MetaKey_TermVDomToolbarBlockId = "term:vdomtoolbarblockid"
MetaKey_TermTransparency = "term:transparency"
MetaKey_TermAllowBracketedPaste = "term:allowbracketedpaste"
MetaKey_TermShiftEnterNewline = "term:shiftenternewline"
MetaKey_TermCtrlEnter = "term:ctrlenter"
MetaKey_TermMacOptionIsMeta = "term:macoptionismeta"
MetaKey_TermCursor = "term:cursor"
MetaKey_TermCursorBlink = "term:cursorblink"
MetaKey_TermConnDebug = "term:conndebug"
MetaKey_TermBellSound = "term:bellsound"
MetaKey_TermBellIndicator = "term:bellindicator"
MetaKey_TermOsc52 = "term:osc52"
MetaKey_TermDurable = "term:durable"
MetaKey_WebZoom = "web:zoom"
MetaKey_WebHideNav = "web:hidenav"
MetaKey_WebPartition = "web:partition"
MetaKey_WebUserAgentType = "web:useragenttype"
MetaKey_MarkdownFontSize = "markdown:fontsize"
MetaKey_MarkdownFixedFontSize = "markdown:fixedfontsize"
MetaKey_TsunamiClear = "tsunami:*"
MetaKey_TsunamiSdkReplacePath = "tsunami:sdkreplacepath"
MetaKey_TsunamiAppPath = "tsunami:apppath"
MetaKey_TsunamiAppId = "tsunami:appid"
MetaKey_TsunamiScaffoldPath = "tsunami:scaffoldpath"
MetaKey_TsunamiEnv = "tsunami:env"
MetaKey_VDomClear = "vdom:*"
MetaKey_VDomInitialized = "vdom:initialized"
MetaKey_VDomCorrelationId = "vdom:correlationid"
MetaKey_VDomRoute = "vdom:route"
MetaKey_VDomPersist = "vdom:persist"
MetaKey_OnboardingGithubStar = "onboarding:githubstar"
MetaKey_OnboardingLastVersion = "onboarding:lastversion"
MetaKey_Count = "count"
)