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 for
EitherType<defold.types.Url, String>
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.
EitherType<defold.types.Url, String>