Variable SliceQueryOptionsSchemaConst
SliceQueryOptionsSchema: {
includeCallees: BooleanSchema<boolean>;
inlineFull: AlternativesSchema<string | boolean>;
inlineSources: BooleanSchema<boolean>;
noMagicComments: BooleanSchema<boolean>;
noReconstruction: BooleanSchema<boolean>;
perFile: BooleanSchema<boolean>;
reportPackages: BooleanSchema<boolean>;
} = ...
Type Declaration
-
ReadonlyincludeCallees: BooleanSchema<boolean>
-
ReadonlyinlineFull: AlternativesSchema<string | boolean>
-
ReadonlyinlineSources: BooleanSchema<boolean>
-
-
ReadonlynoReconstruction: BooleanSchema<boolean>
-
ReadonlyperFile: BooleanSchema<boolean>
-
ReadonlyreportPackages: BooleanSchema<boolean>
The Joi keys of SliceQueryOptions, to be spread into the schema of every slicing query.