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

    Interface SpeciesGroupAttribute

    A single possible value for a species group attribute (e.g. an activity, method, life stage or substrate option).

    interface SpeciesGroupAttribute {
        id: number;
        text: string;
        is_active: boolean;
        is_default?: boolean;
        bmp?: boolean;
    }
    Index

    Properties

    id: number
    text: string

    Attribute value label, in the current language.

    is_active: boolean

    false indicates the value should only be used to render historic data.

    is_default?: boolean

    Present and true only for the default value of the attribute, if any.

    bmp?: boolean

    For activity entries: indicates the activity has 'Broedvogel Monitoring Protocol'.