Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllClusterMapAvatarSize = []ClusterMapAvatarSize{ ClusterMapAvatarSizeAuto, ClusterMapAvatarSizeMedium, ClusterMapAvatarSizeLarge, }
View Source
var AllTheme = []Theme{ ThemeAuto, ThemeDark, ThemeLight, }
View Source
var (
DefaultSettings = Settings{Theme: ThemeAuto, ClusterMapAvatarSize: ClusterMapAvatarSizeAuto}
)
Functions ¶
This section is empty.
Types ¶
type ClusterMapAvatarSize ¶
type ClusterMapAvatarSize string
const ( ClusterMapAvatarSizeAuto ClusterMapAvatarSize = "AUTO" ClusterMapAvatarSizeMedium ClusterMapAvatarSize = "MEDIUM" ClusterMapAvatarSizeLarge ClusterMapAvatarSize = "LARGE" )
func (ClusterMapAvatarSize) IsValid ¶
func (e ClusterMapAvatarSize) IsValid() bool
func (ClusterMapAvatarSize) MarshalGQL ¶
func (e ClusterMapAvatarSize) MarshalGQL(w io.Writer)
func (ClusterMapAvatarSize) String ¶
func (e ClusterMapAvatarSize) String() string
func (*ClusterMapAvatarSize) UnmarshalGQL ¶
func (e *ClusterMapAvatarSize) UnmarshalGQL(v interface{}) error
type Settings ¶
type Settings struct { Theme Theme `json:"theme"` ClusterMapAvatarSize ClusterMapAvatarSize `json:"clusterMapAvatarSize"` }
Click to show internal directories.
Click to hide internal directories.