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"
|
|
|
|
MetaKey_FrameBorderColor_Focused = "frame:bordercolor:focused"
|
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"
|
|
|
|
MetaKey_CmdClearOnRestart = "cmd:clearonrestart"
|
|
|
|
MetaKey_CmdEnv = "cmd:env"
|
|
|
|
MetaKey_CmdCwd = "cmd:cwd"
|
|
|
|
MetaKey_CmdNoWsh = "cmd:nowsh"
|
2024-08-28 03:49:49 +02:00
|
|
|
|
2024-10-10 00:16:35 +02:00
|
|
|
MetaKey_AiClear = "ai:*"
|
|
|
|
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-08-30 20:33:04 +02:00
|
|
|
MetaKey_GraphClear = "graph:*"
|
|
|
|
MetaKey_GraphNumPoints = "graph:numpoints"
|
|
|
|
MetaKey_GraphMetrics = "graph:metrics"
|
|
|
|
|
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-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-08-28 03:49:49 +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
|
|
|
|