Function Graph Overview
    Preparing search index...

    Interface Goto

    Represents a goto statement.

    interface Goto {
        label: string;
        node: string;
    }
    Index

    Properties

    Properties

    label: string

    The name of the label to jump to

    node: string

    The node containing the goto statement