@eagleoutice/flowr - v2.13.1
    Preparing search index...
    SliceQueryOptionsSchema: {
        includeCallees: BooleanSchema<boolean>;
        inlineFull: AlternativesSchema<string | boolean>;
        inlineSources: BooleanSchema<boolean>;
        noMagicComments: BooleanSchema<boolean>;
        noReconstruction: BooleanSchema<boolean>;
    } = ...

    The Joi keys of SliceQueryOptions, to be spread into the schema of every slicing query.

    Type Declaration

    • ReadonlyincludeCallees: BooleanSchema<boolean>
    • ReadonlyinlineFull: AlternativesSchema<string | boolean>
    • ReadonlyinlineSources: BooleanSchema<boolean>
    • ReadonlynoMagicComments: BooleanSchema<boolean>
    • ReadonlynoReconstruction: BooleanSchema<boolean>