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

    Interface SpeciesGroupAttributes

    Possible values for the observation fields of a species group. The order of the entries is meaningful and should be preserved when presenting them to the user. substrate is only present for the Mosses and Lichens (12) and Fungi (11) species groups.

    interface SpeciesGroupAttributes {
        id: number;
        name: string;
        activity: SpeciesGroupAttribute[];
        method: SpeciesGroupAttribute[];
        life_stage: SpeciesGroupAttribute[];
        substrate?: SpeciesGroupAttribute[];
    }
    Index

    Properties

    id: number
    name: string

    Species group name, in the current language.

    life_stage: SpeciesGroupAttribute[]
    substrate?: SpeciesGroupAttribute[]