Taos API Reference
    Preparing search index...

    Interface ProjectDoc

    interface ProjectDoc {
        schema: 1;
        name: string;
        defaultScene: string;
        createdAt: string;
    }
    Index

    Properties

    schema: 1
    name: string
    defaultScene: string

    Stable guid of the default scene asset. Legacy projects stored a project-root-relative path here; those are migrated to a guid on open. Resolve to a path via assets:resolveGuid.

    createdAt: string

    ISO 8601 timestamp.