Saxonberg Server API
    Preparing search index...

    Link from a biological Material to the Species it came from, plus the kind of tissue ('wood', 'flesh', 'leaf', 'fruit', …). Bidirectional with Species._defaultMaterialPath — the species points at its default Material, the material points back at the species. Both directions are authored.

    interface BiologicalSource {
        speciesPath: string;
        tissueType: string;
    }
    Index

    Properties

    speciesPath: string
    tissueType: string