Discover Packages
github.com/xlsa/erda
internal
apps
cmp
component-protocol
components
cmp-dashboard-pods
tabs
package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Aug 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Operation struct {
Key string `json:"key"`
Reload bool `json:"reload"`
}
type Option struct {
Key string `json:"key,omitempty"`
Text string `json:"text,omitempty"`
}
type Props struct {
ButtonStyle string `json:"buttonStyle,omitempty"`
Options []Option `json:"options,omitempty"`
RadioType string `json:"radioType,omitempty"`
Size string `json:"size,omitempty"`
}
type State struct {
Value string `json:"value"`
}
type Tabs struct {
Type string `json:"type,omitempty"`
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.