WellMapProps: { color?: string; colors?: | Record<string, string> | (wellbore: WellboreHeader, slot: number) => string; depth?: number; depthCursor?: boolean; headless?: boolean; interactive?: boolean; onDepthChanged?: (depth: number) => void; onSelect?: (wellbore: string, depth: number) => void; selected?: string; theme?: WellMapStyles; wellIdentifier: string;} Type declaration
Optional
color?: string
Optional
colors?: Record<string, string> | (wellbore: WellboreHeader, slot: number) => string
Optional
depth?: number
Optional
depthCursor?: boolean
Optional
headless?: boolean
Optional
interactive?: boolean
Optional
onDepthChanged?: (depth: number) => void
Optional
onSelect?: (wellbore: string, depth: number) => void
Optional
selected?: string
wellIdentifier: string
WellMap props