Documentation
¶
Index ¶
Constants ¶
View Source
const ( )
Action indices for file share detail view
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetailView ¶
DetailView displays file storage share details with actions.
func NewDetailView ¶
func NewDetailView(ctx *views.Context, share map[string]interface{}) *DetailView
NewDetailView creates a detail view for a file share.
func (*DetailView) HandleKey ¶
func (v *DetailView) HandleKey(msg tea.KeyMsg) tea.Cmd
HandleKey processes keyboard input and returns a command.
func (*DetailView) HelpText ¶
func (v *DetailView) HelpText() string
HelpText returns the footer help text.
func (*DetailView) Render ¶
func (v *DetailView) Render(width, height int) string
Render displays the full detail panel.
type ExecuteFileShareActionMsg ¶
type ExecuteFileShareActionMsg struct {
}
ExecuteFileShareActionMsg is dispatched when the user confirms an action.
Click to show internal directories.
Click to hide internal directories.