@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface BaseBuiltInDefinition {
        assumePrimitive?: boolean;
        names: Identifier[];
        type: string;
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of BaseBuiltInDefinition
    Index

    Properties

    assumePrimitive?: boolean

    Should we assume that the value is a primitive?

    names: Identifier[]

    The function name to define to the given configuration

    type: string

    The type of the built-in configuration