observation-js Documentation - v1.16.0
    Preparing search index...

    Interface BioBlitzCategory

    Details of the category a BioBlitz belongs to.

    interface BioBlitzCategory {
        id: number;
        name: string;
        description: string;
        permalink: string;
    }
    Index

    Properties

    id: number

    BioBlitz category id.

    name: string

    Name of the BioBlitz category.

    description: string

    Description of the BioBlitz category, in HTML format (empty if absent).

    permalink: string

    URL to the BioBlitz category detail view on the website.