Skip to content

QueryController.addResult method

QueryController › addResult

Unofficial

Records a query result entry for a file.

Signature:

addResult(file: TFile, entry: BasesEntry): void

Parameters:

Parameter Type Description
file TFile The file the entry belongs to.
entry BasesEntry The result entry.

Returns: void