mcbopomofoweb
    Preparing search index...

    A span in the reading grid.

    Index

    Constructors

    Properties

    maxLength_: number = 0
    nodes_: (undefined | Node)[] = []

    Accessors

    Methods

    • Returns the node of a certain length.

      Parameters

      • length: number

        The length of the node.

      Returns undefined | Node

      The node of the given length.

    • Removes nodes of a certain length or longer.

      Parameters

      • length: number

        The length to remove.

      Returns void