effect-tree
Preparing search index...
effect-tree
Draw
matchPart
Function matchPart
matchPart
<
R
>
(
onEmpty
:
R
,
onText
:
(
s
:
string
)
=>
R
,
onRow
:
(
r
:
Draw
.
Row
)
=>
R
,
onColumn
:
(
c
:
Draw
.
Column
)
=>
R
,
)
:
(
p
:
Draw
.
Part
)
=>
R
Match part by type.
Type Parameters
R
Parameters
onEmpty
:
R
onText
:
(
s
:
string
)
=>
R
onRow
:
(
r
:
Draw
.
Row
)
=>
R
onColumn
:
(
c
:
Draw
.
Column
)
=>
R
Returns
(
p
:
Draw
.
Part
)
=>
R
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
effect-tree
Loading...
Match part by type.