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

    Type Alias PhylotreeClickFunction

    PhylotreeClickFunction: (tree: unknown, node: unknown) => void

    The signature of the function of the LisPhylotreeElement class calls when a node in the phylotree has been clicked.

    Type declaration

      • (tree: unknown, node: unknown): void
      • Parameters

        • tree: unknown
        • node: unknown

          An instand of the TnT Tree Node class for the node that was clicked.

        Returns void