Type Alias DepthMarkersProps

DepthMarkersProps: {
    depthReferencePoint?: DepthReferencePoint;
    interval?: number;
    priority?: number;
}

DepthMarkers props

Type declaration

  • OptionaldepthReferencePoint?: DepthReferencePoint
  • Optionalinterval?: number
  • Optionalpriority?: number