Discover Packages
github.com/erda-project/erda
modules
cmp
component-protocol
components
cmp-dashboard-pods
tabs
package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Jan 6, 2022
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.