2024-08-28 03:49:49 +02:00
|
|
|
// Copyright 2024, Command Line Inc.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
// Generated Code. DO NOT EDIT.
|
|
|
|
|
|
|
|
package waveobj
|
|
|
|
|
|
|
|
const (
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_View = "view"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_Controller = "controller"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_File = "file"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_Url = "url"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-10-08 02:20:18 +02:00
|
|
|
MetaKey_PinnedUrl = "pinnedurl"
|
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_Connection = "connection"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-08-30 22:56:53 +02:00
|
|
|
MetaKey_Edit = "edit"
|
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_History = "history"
|
|
|
|
MetaKey_HistoryForward = "history:forward"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_DisplayName = "display:name"
|
|
|
|
MetaKey_DisplayOrder = "display:order"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_Icon = "icon"
|
|
|
|
MetaKey_IconColor = "icon:color"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_FrameClear = "frame:*"
|
2024-10-10 00:16:35 +02:00
|
|
|
MetaKey_Frame = "frame"
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_FrameBorderColor = "frame:bordercolor"
|
2024-10-31 20:34:30 +01:00
|
|
|
MetaKey_FrameActiveBorderColor = "frame:activebordercolor"
|
2024-10-07 07:08:26 +02:00
|
|
|
MetaKey_FrameTitle = "frame:title"
|
|
|
|
MetaKey_FrameIcon = "frame:icon"
|
|
|
|
MetaKey_FrameText = "frame:text"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_CmdClear = "cmd:*"
|
2024-10-10 00:16:35 +02:00
|
|
|
MetaKey_Cmd = "cmd"
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_CmdInteractive = "cmd:interactive"
|
|
|
|
MetaKey_CmdLogin = "cmd:login"
|
|
|
|
MetaKey_CmdRunOnStart = "cmd:runonstart"
|
|
|
|
MetaKey_CmdClearOnStart = "cmd:clearonstart"
|
2024-12-04 23:16:50 +01:00
|
|
|
MetaKey_CmdRunOnce = "cmd:runonce"
|
|
|
|
MetaKey_CmdCloseOnExit = "cmd:closeonexit"
|
|
|
|
MetaKey_CmdCloseOnExitForce = "cmd:closeonexitforce"
|
|
|
|
MetaKey_CmdCloseOnExitDelay = "cmd:closeonexitdelay"
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_CmdEnv = "cmd:env"
|
|
|
|
MetaKey_CmdCwd = "cmd:cwd"
|
|
|
|
MetaKey_CmdNoWsh = "cmd:nowsh"
|
2024-12-04 23:16:50 +01:00
|
|
|
MetaKey_CmdArgs = "cmd:args"
|
|
|
|
MetaKey_CmdShell = "cmd:shell"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-10-10 00:16:35 +02:00
|
|
|
MetaKey_AiClear = "ai:*"
|
2024-10-13 00:40:14 +02:00
|
|
|
MetaKey_AiPresetKey = "ai:preset"
|
2024-10-10 00:16:35 +02:00
|
|
|
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"
|
|
|
|
|
2024-10-31 20:34:30 +01:00
|
|
|
MetaKey_EditorClear = "editor:*"
|
2024-12-04 23:16:50 +01:00
|
|
|
MetaKey_EditorMinimapEnabled = "editor:minimapenabled"
|
|
|
|
MetaKey_EditorStickyScrollEnabled = "editor:stickyscrollenabled"
|
2024-10-31 20:34:30 +01:00
|
|
|
MetaKey_EditorWordWrap = "editor:wordwrap"
|
|
|
|
|
2024-08-30 20:33:04 +02:00
|
|
|
MetaKey_GraphClear = "graph:*"
|
|
|
|
MetaKey_GraphNumPoints = "graph:numpoints"
|
|
|
|
MetaKey_GraphMetrics = "graph:metrics"
|
|
|
|
|
2024-10-18 00:19:13 +02:00
|
|
|
MetaKey_SysinfoType = "sysinfo:type"
|
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_BgClear = "bg:*"
|
2024-10-10 00:16:35 +02:00
|
|
|
MetaKey_Bg = "bg"
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_BgOpacity = "bg:opacity"
|
|
|
|
MetaKey_BgBlendMode = "bg:blendmode"
|
2024-10-31 20:34:30 +01:00
|
|
|
MetaKey_BgBorderColor = "bg:bordercolor"
|
|
|
|
MetaKey_BgActiveBorderColor = "bg:activebordercolor"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_TermClear = "term:*"
|
|
|
|
MetaKey_TermFontSize = "term:fontsize"
|
|
|
|
MetaKey_TermFontFamily = "term:fontfamily"
|
|
|
|
MetaKey_TermMode = "term:mode"
|
|
|
|
MetaKey_TermTheme = "term:theme"
|
2024-09-27 00:34:52 +02:00
|
|
|
MetaKey_TermLocalShellPath = "term:localshellpath"
|
2024-10-01 06:19:07 +02:00
|
|
|
MetaKey_TermLocalShellOpts = "term:localshellopts"
|
2024-10-07 18:51:23 +02:00
|
|
|
MetaKey_TermScrollback = "term:scrollback"
|
2024-10-24 07:47:29 +02:00
|
|
|
MetaKey_TermVDomSubBlockId = "term:vdomblockid"
|
2024-11-11 22:11:09 +01:00
|
|
|
MetaKey_TermVDomToolbarBlockId = "term:vdomtoolbarblockid"
|
2024-12-19 19:41:28 +01:00
|
|
|
MetaKey_TermTransparency = "term:transparency"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-12-16 23:16:21 +01:00
|
|
|
MetaKey_WebZoom = "web:zoom"
|
|
|
|
|
2024-12-17 01:04:07 +01:00
|
|
|
MetaKey_MarkdownFontSize = "markdown:fontsize"
|
|
|
|
MetaKey_MarkdownFixedFontSize = "markdown:fixedfontsize"
|
|
|
|
|
2024-10-17 23:50:36 +02:00
|
|
|
MetaKey_VDomClear = "vdom:*"
|
|
|
|
MetaKey_VDomInitialized = "vdom:initialized"
|
|
|
|
MetaKey_VDomCorrelationId = "vdom:correlationid"
|
2024-10-24 07:47:29 +02:00
|
|
|
MetaKey_VDomRoute = "vdom:route"
|
|
|
|
MetaKey_VDomPersist = "vdom:persist"
|
2024-10-17 23:50:36 +02:00
|
|
|
|
2024-08-28 22:21:08 +02:00
|
|
|
MetaKey_Count = "count"
|
2024-08-28 03:49:49 +02:00
|
|
|
)
|
2024-08-28 22:21:08 +02:00
|
|
|
|