Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FilePath

Used as the value for custom 'file' properties.

Can be created with tiled.filePath.

Hierarchy

  • FilePath

Index

Properties

Properties

localFile

localFile: string

The local file path, or empty if the current URL value doesn't refer to a local file.

since

1.11

url

url: QUrl

The URL of the file.

If you need a local file path, use localFile.

Generated using TypeDoc