@eagleoutice/flowr - v2.15.8
Preparing search index...
src/search/search-executor/search-mappers
MapperData
Interface MapperData<Arguments>
interface
MapperData
<
Arguments
extends
string
|
MergeableRecord
>
{
mapper
:
(
e
:
FlowrSearchElement
<
ParentInformation
>
,
data
:
ReadonlyFlowrAnalysisProvider
,
args
:
Arguments
,
)
=>
FlowrSearchElement
<
ParentInformation
>
[]
;
}
Type Parameters
Arguments
extends
string
|
MergeableRecord
Index
Properties
mapper
Properties
mapper
mapper
:
(
e
:
FlowrSearchElement
<
ParentInformation
>
,
data
:
ReadonlyFlowrAnalysisProvider
,
args
:
Arguments
,
)
=>
FlowrSearchElement
<
ParentInformation
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mapper
@eagleoutice/flowr - v2.15.8
Loading...