• Shortcut type that can be either either String or Url.

Many functions in Defold accept both String and Url, so this type is used to represent that.

Alias

alias for EitherType<defold.types.Url, String>