Nova Editor - v1.0.0
    Preparing search index...

    Interface AssetMetadata

    Asset metadata 资源元数据

    interface AssetMetadata {
        createdAt: number;
        id: string;
        modifiedAt: number;
        name: string;
        path: string;
        size: number;
        thumbnail?: string;
        type: AssetType;
    }
    Index

    Properties

    createdAt: number

    Asset creation timestamp | 资源创建时间戳

    id: string

    Asset unique identifier | 资源唯一标识符

    modifiedAt: number

    Asset modification timestamp | 资源修改时间戳

    name: string

    Asset name | 资源名称

    path: string

    Asset file path | 资源文件路径

    size: number

    Asset file size in bytes | 资源文件大小(字节)

    thumbnail?: string

    Asset thumbnail URL | 资源缩略图URL

    type: AssetType

    Asset type | 资源类型