Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keyboard ¶
type Keyboard struct {
// contains filtered or unexported fields
}
func (*Keyboard) MarshalJSON ¶
type OnErrorHandler ¶
type OnErrorHandler func(err error)
type Option ¶
type Option func(kb *Keyboard)
func NoDeleteAfterClick ¶
func NoDeleteAfterClick() Option
NoDeleteAfterClick is a keyboard option that prevents the hide keyboard after click.
func OnError ¶
OnError is a keyboard option that sets a callback function to be called when an error occurs.
func WithPrefix ¶ added in v0.3.1
WithPrefix is a keyboard option that sets a prefix for the widget
Click to show internal directories.
Click to hide internal directories.