package details_common
import "kaiju/editor/ui/details_common"
Functions
EntityDragData
func EntityDragData(host *engine.Host) (engine.EntityId, bool)
func InputString(input *document.Element) string
IsCheckbox
func IsCheckbox(typeName string) bool
IsEntityId
func IsEntityId(packageName, typeName string) bool
func IsInput(typeName string) bool
IsNumber
func IsNumber(typeName string) bool
SelectString
func SelectString(input *document.Element) string
ToFloat
func ToFloat(str string) float64
ToInt
func ToInt(str string) int64
ToUint
func ToUint(str string) uint64