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

    Interface ObservationList

    A list of species groups that were counted within a session.

    interface ObservationList {
        id: number;
        species_group: number;
        all_species_counted: boolean | null;
        all_individuals_counted: boolean | null;
        notes: string;
    }
    Index

    Properties

    id: number

    Read-only. The observation list id.

    species_group: number

    The species group id.

    all_species_counted: boolean | null

    null: unknown, false: no, true: yes.

    all_individuals_counted: boolean | null

    null: unknown, false: no, true: yes.

    notes: string

    User notes for this list. Empty string when no notes have been entered.