mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-06 19:18:22 +01:00
e2bd3cd94a
Adds a meta field `pinnedurl` that can be set to override the `web:defaulturl` setting for a given block. Also adds a home button to the webview to reset the block url to the homepage The help view is now an extension of the webview with some of the chrome removed. Also updates the cookie dependency to resolve a vulnerability
72 lines
2.7 KiB
Go
72 lines
2.7 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_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_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_TermScrollback = "term:scrollback"
|
|
|
|
MetaKey_Count = "count"
|
|
)
|
|
|