@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface MapperData<Arguments extends string | MergeableRecord> {
        mapper: (
            e: FlowrSearchElement<ParentInformation>,
            data: ReadonlyFlowrAnalysisProvider,
            args: Arguments,
        ) => FlowrSearchElement<ParentInformation>[];
    }

    Type Parameters

    Index

    Properties

    Properties