@equinor/videx-3d
Preparing search index...
main
WellMapProps
Type Alias WellMapProps
WellMap props
type
WellMapProps
=
{
color
?:
string
;
colors
?:
|
Record
<
string
,
string
>
|
(
(
wellbore
:
WellboreHeader
,
slot
:
number
)
=>
string
)
;
depth
?:
number
;
depthCursor
?:
boolean
;
excluded
?:
string
[]
;
headless
?:
boolean
;
interactive
?:
boolean
;
onDepthChanged
?:
(
depth
:
number
)
=>
void
;
onSelect
?:
(
wellbore
:
string
,
depth
:
number
)
=>
void
;
onWellboreOver
?:
(
wellbore
:
WellboreHeader
|
null
,
depth
:
number
|
undefined
,
)
=>
void
;
selected
?:
string
;
theme
?:
WellMapStyles
;
wellIdentifier
:
string
;
}
Index
Properties
color?
colors?
depth?
depth
Cursor?
excluded?
headless?
interactive?
on
Depth
Changed?
on
Select?
on
Wellbore
Over?
selected?
theme?
well
Identifier
Properties
Optional
color
color
?:
string
Optional
colors
colors
?:
|
Record
<
string
,
string
>
|
(
(
wellbore
:
WellboreHeader
,
slot
:
number
)
=>
string
)
Optional
depth
depth
?:
number
Optional
depth
Cursor
depthCursor
?:
boolean
Optional
excluded
excluded
?:
string
[]
Optional
headless
headless
?:
boolean
Optional
interactive
interactive
?:
boolean
Optional
on
Depth
Changed
onDepthChanged
?:
(
depth
:
number
)
=>
void
Optional
on
Select
onSelect
?:
(
wellbore
:
string
,
depth
:
number
)
=>
void
Optional
on
Wellbore
Over
onWellboreOver
?:
(
wellbore
:
WellboreHeader
|
null
,
depth
:
number
|
undefined
,
)
=>
void
Optional
selected
selected
?:
string
Optional
theme
theme
?:
WellMapStyles
well
Identifier
wellIdentifier
:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
color
colors
depth
depth
Cursor
excluded
headless
interactive
on
Depth
Changed
on
Select
on
Wellbore
Over
selected
theme
well
Identifier
@equinor/videx-3d
Loading...
WellMap props