Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Explorer = mvc.EventListener(co.Define(&explorerComponent{}))
View Source
var Item = co.Define(&itemComponent{})
View Source
var Modal = co.Define(&modalComponent{})
View Source
var Toolbar = mvc.EventListener(co.Define(&toolbarComponent{}))
Functions ¶
This section is empty.
Types ¶
type ExplorerData ¶
type ItemCallbackData ¶
type ItemCallbackData struct {
OnClick std.OnActionFunc
}
type ModalCallbackData ¶
type ModalCallbackData struct {
OnApply func(name string, kind registry.ResourceKind)
}
type ModalData ¶
type ModalData struct { Name string Kind registry.ResourceKind CanChangeKind bool }
type ToolbarData ¶
Click to show internal directories.
Click to hide internal directories.