hxdefold API documentation
View source
final class
Url
package
defold.types
Url object type, can be created with
defold.Msg.url
.
Variables
fragment
:
Hash
Fragment of the URL, this is a hashed component name (without the #).
path
:
Hash
Path of the URL, this is a hashed absolute path to the object.
socket
:
UrlSocket
Socket of the URL, this is an internal numeric value used by the engine.