@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Interface MapperData<Arguments>

    interface MapperData<Arguments extends string | MergeableRecord> {
        mapper: (
            e: FlowrSearchElement<ParentInformation>,
            data: ReadonlyFlowrAnalysisProvider,
            args: Arguments,
        ) => FlowrSearchElement<ParentInformation>[];
    }

    Type Parameters

    Index