Discover Packages
github.com/erda-project/erda
internal
apps
cmp
component-protocol
components
cmp-dashboard-nodes
tabs
package
Version:
v1.3.0-rc.0...-d217119
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Meta struct {
ActiveKey string `json:"activeKey"`
}
type Operation struct {
Key string `json:"key"`
Reload bool `json:"reload"`
FillMeta string `json:"fillMeta"`
Meta Meta `json:"meta"`
}
type Props struct {
Size string `json:"size"`
RadioType string `json:"radioType"`
Options []MenuPair `json:"options"`
ButtonStyle string `json:"buttonStyle"`
}
type State struct {
Value table .TableType `json:"value"`
TableTabsURLQuery string `json:"tableTabs__urlQuery,omitempty"`
}
type Tabs struct {
SDK *cptype .SDK
Type string `json:"type"`
Props Props `json:"props"`
State State `json:"state"`
Operations map[string ]interface{} `json:"operations"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.