rmapi-js
    Preparing search index...

    Interface CollectionContent

    the content metadata for collections (folders)

    interface CollectionContent {
        fileType?: undefined;
        tags?: Tag[];
    }
    Index

    Properties

    Properties

    fileType?: undefined

    collections don't have a file type

    tags?: Tag[]

    the tags for the collection