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

    Interface NiaLifeStage

    A life stage augmented onto the NIA response.

    interface NiaLifeStage {
        species_id: number;
        id: number;
        text: string;
        is_active: boolean;
        is_default?: boolean;
    }
    Index

    Properties

    species_id: number

    The id of the species this life stage belongs to.

    id: number

    The life stage id.

    text: string

    The human readable label of the life stage.

    is_active: boolean

    Whether the life stage is active.

    is_default?: boolean

    Present and true when this is the default life stage for the species group.