@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface CallTargetsContent {
        targets: (string | FlowrSearchElement<ParentInformation>)[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of CallTargetsContent
    Index

    Properties

    Properties

    targets: (string | FlowrSearchElement<ParentInformation>)[]

    The call targets of the function call. For identifier call targets, the identifier is the name of the library function being called.