Function Graph Overview
    Preparing search index...

    Class BlockHandler

    Index

    Constructors

    Methods

    • Operate on all collected breaks and clear them.

      Parameters

      • callback: (breakNode: string) => void

        Handles the breaks, linking them to the relevant nodes.

      • Optionallabel: string

        If exists, include breaks matching the label

      Returns void

    • Parameters

      • callback: (continueNode: string) => void
      • Optionallabel: string

      Returns void

    • Parameters

      • callback: (returnNode: string) => string

      Returns void

    • Parameters

      • callback: (gotoNode: string, labelNode: string) => void

      Returns void