@legumeinfo/web-components
    Preparing search index...

    Type Alias Phylotree

    The structure a phylotree must have if given to the LisPhylotreeElement as an object.

    type Phylotree = {
        children?: Phylotree[];
        color?: string;
        length?: number;
        name: string;
    }
    Index

    Properties

    children?: Phylotree[]
    color?: string
    length?: number
    name: string