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

    Interface ContentBlockSpeciesHeader

    interface ContentBlockSpeciesHeader {
        skippable?: boolean;
        type: "species-header";
        scientific_name: string;
        authority: string;
        name: string;
    }

    Hierarchy

    • ContentBlockBase
      • ContentBlockSpeciesHeader
    Index

    Properties

    skippable?: boolean
    type: "species-header"
    scientific_name: string
    authority: string
    name: string