mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
69 lines
2.6 KiB
Go
69 lines
2.6 KiB
Go
// Copyright 2024, 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_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_Frame = "frame"
|
|
MetaKey_FrameClear = "frame:*"
|
|
MetaKey_FrameBorderColor = "frame:bordercolor"
|
|
MetaKey_FrameBorderColor_Focused = "frame:bordercolor:focused"
|
|
MetaKey_FrameTitle = "frame:title"
|
|
MetaKey_FrameIcon = "frame:icon"
|
|
MetaKey_FrameText = "frame:text"
|
|
|
|
MetaKey_Cmd = "cmd"
|
|
MetaKey_CmdClear = "cmd:*"
|
|
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"
|
|
|
|
MetaKey_GraphClear = "graph:*"
|
|
MetaKey_GraphNumPoints = "graph:numpoints"
|
|
MetaKey_GraphMetrics = "graph:metrics"
|
|
|
|
MetaKey_Bg = "bg"
|
|
MetaKey_BgClear = "bg:*"
|
|
MetaKey_BgOpacity = "bg:opacity"
|
|
MetaKey_BgBlendMode = "bg:blendmode"
|
|
|
|
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_Count = "count"
|
|
)
|
|
|