Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventPageTransition ¶
type EventPageTransition int
const ( // KPageHide // en: The event occurs when the user navigates away from a webpage KPageHide EventPageTransition = iota // KPageShow // en: The event occurs when the user navigates to a webpage KPageShow )
func (EventPageTransition) String ¶
func (el EventPageTransition) String() string
Click to show internal directories.
Click to hide internal directories.