mcbopomofoweb
    Preparing search index...

    A span in the reading grid.

    Index

    Constructors

    Properties

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

    Accessors

    Methods

    • Returns the node of a certain length.

      Parameters

      • length: number

        The length of the node.

      Returns Node | undefined

      The node of the given length.

    • Removes nodes of a certain length or longer.

      Parameters

      • length: number

        The length to remove.

      Returns void