Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
State State
Creating bool
Path []string
Type backend.ItemType
OldFields []string
// contains filtered or unexported fields
}
Model contains the state of this tab
func New ¶
func New(itemType backend.ItemType, creating bool, fields []string, path []string, oldFields []string) Model
New creates a new instance of the create item model
Click to show internal directories.
Click to hide internal directories.