Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FontWeight ¶
type FontWeight string
type TipLine ¶
type TipLine struct { Text string `json:"text"` Style TipLineStyle `json:"style"` }
type TipLineStyle ¶
type TipLineStyle struct { FontWeight FontWeight `json:"fontWeight,omitempty"` // bold PaddingLeft uint64 `json:"paddingLeft,omitempty"` // such as: 16 }
Click to show internal directories.
Click to hide internal directories.