Taos API Reference
    Preparing search index...

    Interface CatalogAssetDoc

    Per-asset entry: which pack owns the key, plus its labels.

    interface CatalogAssetDoc {
        pack: string;
        labels?: string[];
    }
    Index

    Properties

    Properties

    pack: string
    labels?: string[]