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: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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 table2.TableType `json:"value"`
TableTabsURLQuery string `json:"tableTabs__urlQuery,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.