tabs

package
v0.0.0-...-3ddbc71 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package tabs keeps the logic for tabs component.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

type Model struct {
	Tabs []*tab.Tab
	// contains filtered or unexported fields
}

func New

func New(state *shared.State, tabItems []shared.TabItem) (*Model, error)

New creates a new tab model and set the pointer back to the callee.

func (*Model) GetCoords

func (m *Model) GetCoords() shared.Coords

func (*Model) Init

func (m *Model) Init() tea.Cmd

func (*Model) Update

func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (*Model) View

func (m *Model) View() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL