@abi-software/flatmap-viewer - v4.2.5
    Preparing search index...

    Type Alias MapDescription

    type MapDescription = {
        annotations: FlatMapAnnotations;
        biologicalSex: string | null;
        callback: FlatMapCallback;
        details: FlatMapIndex;
        id: string;
        layers: FlatMapLayer[];
        mapMetadata: FlatMapMetadata;
        options: MapDescriptionOptions;
        pathways: FlatMapPathways;
        sparcTermGraph: SparcTermGraph;
        style: FlatMapStyleSpecification;
        taxon: string | null;
        uuid: string;
    }
    Index

    Properties

    annotations: FlatMapAnnotations
    biologicalSex: string | null
    callback: FlatMapCallback
    details: FlatMapIndex
    id: string
    layers: FlatMapLayer[]
    mapMetadata: FlatMapMetadata
    pathways: FlatMapPathways
    sparcTermGraph: SparcTermGraph
    taxon: string | null
    uuid: string