# AssetProps

Type alias · category: Other

Source: https://github.com/playcanvas/editor-api/blob/4303c34bcee9a418297350899ad3a3f555526ec4/external/types/asset.d.ts#L6

Represents an Asset.

What follows is a reference for all possible asset paths that can be passed to functions such as [Asset#get](https://api.playcanvas.com/editor/classes/Asset.md#get) and  [Asset#set](https://api.playcanvas.com/editor/classes/Asset.md#set).

```ts
type AssetProps = undefined
```
