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

    Hierarchy (View Summary)

    Index
    assumePrimitive?: boolean

    Should we assume that the value is a primitive?

    names: Identifier[]

    The function name to define to the given configuration

    overrides?: boolean

    Set when this entry deliberately re-states a name an earlier entry defines; without it a repeated name is an accident, and a test says so.

    type: string

    The type of the built-in configuration