Skip to content

editorGlobalsIAssetProject

Interface: IAssetProject

An AssetProject is the "visible" part of a maker asset. it references multiple assets, which contain the actual files. The multiple asset-references serve as versioning (the latest asset version is always) the last assets-array entry.

Hierarchy

  • IAssetProject

Index

Properties

Properties

Optional _id

_id? : string

Defined in src/assets/ApiClient.ts:18


Optional assets

assets? : Array‹object›

Defined in src/assets/ApiClient.ts:24


Optional description

description? : string

Defined in src/assets/ApiClient.ts:22


Optional idShortstring

idShortstring? : string

Defined in src/assets/ApiClient.ts:19


name

name: string

Defined in src/assets/ApiClient.ts:21