Variable ConfigQueryDefinitionConst
ConfigQueryDefinition: { asciiSummarizer: ( formatter: OutputFormatter, _analyzer: unknown, queryResults: BaseQueryResult, result: string[], ) => true; completer: ( partialLine: readonly string[], config: FlowrConfigOptions, ) => string[]; executor: ( __namedParameters: BasicQueryData, queries: readonly ConfigQuery[], ) => Promise<ConfigQueryResult>; flattenInvolvedNodes: () => never[]; fromLine: ( line: readonly string[], _config: FlowrConfigOptions, ) => [ConfigQuery]; schema: ObjectSchema<any>;} = ... Type declaration
ReadonlyasciiSummarizer: (
formatter: OutputFormatter,
_analyzer: unknown,
queryResults: BaseQueryResult,
result: string[],
) => true
Readonlycompleter: (partialLine: readonly string[], config: FlowrConfigOptions) => string[]
ReadonlyflattenInvolvedNodes: () => never[]
ReadonlyfromLine: (line: readonly string[], _config: FlowrConfigOptions) => [ConfigQuery]
Readonlyschema: ObjectSchema<any>